LICENSE
README.md
pyproject.toml
plotnine_extra/__init__.py
plotnine_extra/animation.py
plotnine_extra.egg-info/PKG-INFO
plotnine_extra.egg-info/SOURCES.txt
plotnine_extra.egg-info/dependency_links.txt
plotnine_extra.egg-info/requires.txt
plotnine_extra.egg-info/top_level.txt
plotnine_extra/composition/__init__.py
plotnine_extra/composition/_beside.py
plotnine_extra/composition/_compose.py
plotnine_extra/composition/_dataclass_utils.py
plotnine_extra/composition/_plot_annotation.py
plotnine_extra/composition/_plot_layout.py
plotnine_extra/composition/_plot_spacer.py
plotnine_extra/composition/_stack.py
plotnine_extra/composition/_types.py
plotnine_extra/composition/_wrap.py
plotnine_extra/geoms/__init__.py
plotnine_extra/geoms/annotation_stripes.py
plotnine_extra/geoms/geom_bracket.py
plotnine_extra/geoms/geom_pointdensity.py
plotnine_extra/geoms/geom_spoke.py
plotnine_extra/stats/__init__.py
plotnine_extra/stats/_common.py
plotnine_extra/stats/_label_utils.py
plotnine_extra/stats/_p_format.py
plotnine_extra/stats/_stat_test.py
plotnine_extra/stats/stat_anova_test.py
plotnine_extra/stats/stat_central_tendency.py
plotnine_extra/stats/stat_chull.py
plotnine_extra/stats/stat_compare_means.py
plotnine_extra/stats/stat_conf_ellipse.py
plotnine_extra/stats/stat_cor.py
plotnine_extra/stats/stat_friedman_test.py
plotnine_extra/stats/stat_kruskal_test.py
plotnine_extra/stats/stat_mean.py
plotnine_extra/stats/stat_overlay_normal_density.py
plotnine_extra/stats/stat_pointdensity.py
plotnine_extra/stats/stat_pvalue_manual.py
plotnine_extra/stats/stat_regline_equation.py
plotnine_extra/stats/stat_stars.py
plotnine_extra/stats/stat_welch_anova_test.py
tests/test_animation.py
tests/test_annotation_stripes.py
tests/test_geom_pointdensity.py
tests/test_geom_spoke.py
tests/test_integration.py
tests/test_plot_composition.py
tests/test_stat_layers.py