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

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

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

  4. 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' # …

  5. plotnine.scales.scale_color_hue — plotnine …

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

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

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

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

  9. 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", …