
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 -------- …
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:: …
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 ...
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] ¶
plotnine.data.pageviews — plotnine 0.12.1.post29+gef5650c …
plotnine.data.pageviews ¶ plotnine.data.pageviews ¶
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), …
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 …
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 …
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
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 -------- …