About 8 results
Open links in new tab
  1. plotnine.stats.stat_ydensity — plotnine 0.12.4 documentation

    [docs] @documentclassstat_ydensity(stat):""" Density estimate {usage} Parameters ---------- {common_parameters} kernel : str, optional (default: 'gaussian') Kernel ...

  2. plotnine.geoms.geom_sina — plotnine 0.12.4 documentation

    It is an enhanced jitter strip chart, where the width of the jitter is controlled by the density distribution of the data within each class. {usage} Parameters ---------- {common_parameters} See Also -------- …

  3. plotnine.scales.scale_color_hue — plotnine 0.12.1.post29+gef5650c ...

    first hue. Must be in the range [0, 1] Default is 0.01 lfloat

  4. plotnine.data.pageviews — plotnine 0.12.1.post29+gef5650c …

    plotnine.data.pageviews ¶ plotnine.data.pageviews ¶

  5. plotnine.themes.themeable.legend_text_colorbar

    This themeable exists mainly to cater for differences in how the text is aligned compared to the entry based legend. Unless you experience those alignment issues (i.e when using parameters va or ha), …

  6. plotnine.themes.themeable.legend_spacing — plotnine 0.12.4 …

    classplotnine.themes.themeable.legend_spacing(theme_element:Any=None)[source] ¶ Bases: themeable Spacing between two adjacent legends Parameters: theme_elementfloat

  7. plotnine.geoms.annotation_stripes — plotnine 0.12.4 documentation

    Parameters: filllist-likeList of colors for the strips. The default is ("#AAAAAA", "#CCCCCC") fill_range: 'cycle' | 'nocycle' | 'auto' | 'no'How to fill stripes beyond the range of scale: 'cycle' # keep cycling the …

  8. plotnine.readthedocs.io

    "outputs": [], "source": [ "import sys\n", "import random\n", "\n", "from plotnine import ggplot, geom_point, aes, geom_line, theme\n", "import pandas as pd\n", "import numpy as np\n", "\n", "from …