About 10 results
Open links in new tab
  1. 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 -------- …

  2. plotnine.stats.stat_ydensity — plotnine 0.12.4 documentation

    See Also -------- plotnine.geoms.geom_violin statsmodels.nonparametric.kde.KDEUnivariate statsmodels.nonparametric.kde.KDEUnivariate.fit """_aesthetics_doc="""{aesthetics_table} .. rubric:: …

  3. plotnine.stats.stat_qq — plotnine 0.12.4 documentation

    [docs] @documentclassstat_qq(stat):""" Calculation for quantile-quantile plot {usage} Parameters ---------- {common_parameters} distribution : str (default: norm ...

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

    classplotnine.scales.scale_color_hue(h=0.01, l=0.6, s=0.65, color_space:Literal['hls','husl']='hls', **kwargs)[source] ¶

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

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

  6. 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), …

  7. 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 …

  8. 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 …

  9. 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

  10. plotnine.geoms.geom_sina — plotnine 0.12.1.post29+gef5650c …

    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 -------- …