./codecov.yml .coveragerc .gitattributes LICENSE MANIFEST.in Makefile README.rst doc/Makefile doc/_static/custom.css doc/_templates/data.rst doc/_templates/main.rst doc/_templates/members-example.rst doc/_templates/only-docstring.rst doc/_templates/themeables.rst doc/about-plotnine.rst doc/api.rst doc/changelog.rst doc/conf.py doc/docutils.conf doc/external-resources.rst doc/gallery.rst doc/glossary.rst doc/images/favicon.ico doc/images/logo.py doc/images/readme_images.py doc/index.rst doc/installation.rst doc/sphinxext/__init__.py doc/sphinxext/examples_and_gallery.py doc/sphinxext/inline_code_highlight.py doc/theme/static/bootstrap-3.3.7/css/bootstrap.min.css doc/theme/static/bootstrap-3.3.7/js/bootstrap.min.js doc/theme/static/bootstrap-sphinx.css_t doc/theme/static/bootstrap-sphinx.js_t doc/theme/static/js/jquery-1.11.0.min.js doc/theme/static/js/jquery-fix.js doc/theme/theme.conf doc/tutorials.rst how-to-release.rst licences/SEABORN_LICENSE plotnine/__init__.py plotnine/_version.py plotnine/animation.py plotnine/coords/__init__.py plotnine/coords/coord.py plotnine/coords/coord_cartesian.py plotnine/coords/coord_fixed.py plotnine/coords/coord_flip.py plotnine/coords/coord_trans.py plotnine/data/__init__.py plotnine/doctools.py plotnine/exceptions.py plotnine/facets/__init__.py plotnine/facets/facet.py plotnine/facets/facet_grid.py plotnine/facets/facet_null.py plotnine/facets/facet_wrap.py plotnine/facets/labelling.py plotnine/facets/layout.py plotnine/facets/strips.py plotnine/geoms/__init__.py plotnine/geoms/annotate.py plotnine/geoms/annotation_logticks.py plotnine/geoms/annotation_stripes.py plotnine/geoms/geom.py plotnine/geoms/geom_abline.py plotnine/geoms/geom_area.py plotnine/geoms/geom_bar.py plotnine/geoms/geom_bin2d.py plotnine/geoms/geom_blank.py plotnine/geoms/geom_boxplot.py plotnine/geoms/geom_col.py plotnine/geoms/geom_count.py plotnine/geoms/geom_crossbar.py plotnine/geoms/geom_density.py plotnine/geoms/geom_density_2d.py plotnine/geoms/geom_dotplot.py plotnine/geoms/geom_errorbar.py plotnine/geoms/geom_errorbarh.py plotnine/geoms/geom_freqpoly.py plotnine/geoms/geom_histogram.py plotnine/geoms/geom_hline.py plotnine/geoms/geom_jitter.py plotnine/geoms/geom_label.py plotnine/geoms/geom_line.py plotnine/geoms/geom_linerange.py plotnine/geoms/geom_map.py plotnine/geoms/geom_path.py plotnine/geoms/geom_point.py plotnine/geoms/geom_pointdensity.py plotnine/geoms/geom_pointrange.py plotnine/geoms/geom_polygon.py plotnine/geoms/geom_qq.py plotnine/geoms/geom_qq_line.py plotnine/geoms/geom_quantile.py plotnine/geoms/geom_raster.py plotnine/geoms/geom_rect.py plotnine/geoms/geom_ribbon.py plotnine/geoms/geom_rug.py plotnine/geoms/geom_segment.py plotnine/geoms/geom_sina.py plotnine/geoms/geom_smooth.py plotnine/geoms/geom_spoke.py plotnine/geoms/geom_step.py plotnine/geoms/geom_text.py plotnine/geoms/geom_tile.py plotnine/geoms/geom_violin.py plotnine/geoms/geom_vline.py plotnine/ggplot.py plotnine/guides/__init__.py plotnine/guides/guide.py plotnine/guides/guide_axis.py plotnine/guides/guide_colorbar.py plotnine/guides/guide_legend.py plotnine/guides/guides.py plotnine/labels.py plotnine/layer.py plotnine/mapping/__init__.py plotnine/mapping/aes.py plotnine/mapping/evaluation.py plotnine/options.py plotnine/positions/__init__.py plotnine/positions/position.py plotnine/positions/position_dodge.py plotnine/positions/position_dodge2.py plotnine/positions/position_fill.py plotnine/positions/position_identity.py plotnine/positions/position_jitter.py plotnine/positions/position_jitterdodge.py plotnine/positions/position_nudge.py plotnine/positions/position_stack.py plotnine/qplot.py plotnine/scales/__init__.py plotnine/scales/limits.py plotnine/scales/range.py plotnine/scales/scale.py plotnine/scales/scale_alpha.py plotnine/scales/scale_color.py plotnine/scales/scale_identity.py plotnine/scales/scale_linetype.py plotnine/scales/scale_manual.py plotnine/scales/scale_shape.py plotnine/scales/scale_size.py plotnine/scales/scale_stroke.py plotnine/scales/scale_xy.py plotnine/scales/scales.py plotnine/stats/__init__.py plotnine/stats/binning.py plotnine/stats/density.py plotnine/stats/distributions.py plotnine/stats/smoothers.py plotnine/stats/stat.py plotnine/stats/stat_bin.py plotnine/stats/stat_bin_2d.py plotnine/stats/stat_bindot.py plotnine/stats/stat_boxplot.py plotnine/stats/stat_count.py plotnine/stats/stat_density.py plotnine/stats/stat_density_2d.py plotnine/stats/stat_ecdf.py plotnine/stats/stat_ellipse.py plotnine/stats/stat_function.py plotnine/stats/stat_hull.py plotnine/stats/stat_identity.py plotnine/stats/stat_pointdensity.py plotnine/stats/stat_qq.py plotnine/stats/stat_qq_line.py plotnine/stats/stat_quantile.py plotnine/stats/stat_sina.py plotnine/stats/stat_smooth.py plotnine/stats/stat_sum.py plotnine/stats/stat_summary.py plotnine/stats/stat_summary_bin.py plotnine/stats/stat_unique.py plotnine/stats/stat_ydensity.py plotnine/tests/__init__.py plotnine/tests/conftest.py plotnine/tests/test_aes.py plotnine/tests/test_animation.py plotnine/tests/test_annotate.py plotnine/tests/test_annotation_logticks.py plotnine/tests/test_annotation_stripes.py plotnine/tests/test_binning.py plotnine/tests/test_coords.py plotnine/tests/test_doctools.py plotnine/tests/test_facet_labelling.py plotnine/tests/test_facets.py plotnine/tests/test_flake8.py plotnine/tests/test_geom.py plotnine/tests/test_geom_abline.py plotnine/tests/test_geom_bar_col_histogram.py plotnine/tests/test_geom_bin2d.py plotnine/tests/test_geom_blank.py plotnine/tests/test_geom_boxplot.py plotnine/tests/test_geom_count.py plotnine/tests/test_geom_crossbar.py plotnine/tests/test_geom_density.py plotnine/tests/test_geom_density_2d.py plotnine/tests/test_geom_dotplot.py plotnine/tests/test_geom_errorbar_errorbarh.py plotnine/tests/test_geom_freqpoly.py plotnine/tests/test_geom_hline.py plotnine/tests/test_geom_linerange_pointrange.py plotnine/tests/test_geom_map.py plotnine/tests/test_geom_path_line_step.py plotnine/tests/test_geom_point.py plotnine/tests/test_geom_pointdensity.py plotnine/tests/test_geom_polygon.py plotnine/tests/test_geom_qq_qq_line.py plotnine/tests/test_geom_quantile.py plotnine/tests/test_geom_raster.py plotnine/tests/test_geom_rect_tile.py plotnine/tests/test_geom_ribbon_area.py plotnine/tests/test_geom_rug.py plotnine/tests/test_geom_segment.py plotnine/tests/test_geom_sina.py plotnine/tests/test_geom_smooth.py plotnine/tests/test_geom_spoke.py plotnine/tests/test_geom_text_label.py plotnine/tests/test_geom_violin.py plotnine/tests/test_geom_vline.py plotnine/tests/test_ggplot_internals.py plotnine/tests/test_ggsave.py plotnine/tests/test_layers.py plotnine/tests/test_position.py plotnine/tests/test_qplot.py plotnine/tests/test_save_as_pdf_pages.py plotnine/tests/test_scale_internals.py plotnine/tests/test_scale_labelling.py plotnine/tests/test_scale_linetype.py plotnine/tests/test_stat.py plotnine/tests/test_stat_calculate_methods.py plotnine/tests/test_stat_ecdf.py plotnine/tests/test_stat_ellipse.py plotnine/tests/test_stat_function.py plotnine/tests/test_stat_hull.py plotnine/tests/test_stat_summary.py plotnine/tests/test_stat_summary_bin.py plotnine/tests/test_theme.py plotnine/tests/test_utils.py plotnine/tests/test_watermark.py plotnine/themes/__init__.py plotnine/themes/elements.py plotnine/themes/seaborn_rcmod.py plotnine/themes/theme.py plotnine/themes/theme_538.py plotnine/themes/theme_bw.py plotnine/themes/theme_classic.py plotnine/themes/theme_dark.py plotnine/themes/theme_gray.py plotnine/themes/theme_light.py plotnine/themes/theme_linedraw.py plotnine/themes/theme_matplotlib.py plotnine/themes/theme_minimal.py plotnine/themes/theme_seaborn.py plotnine/themes/theme_void.py plotnine/themes/theme_xkcd.py plotnine/themes/themeable.py plotnine/utils.py plotnine/watermark.py pytest.ini setup.cfg setup.py tools/build_theme.sh tools/release.sh tools/visualize_tests.py versioneer.py <<<<<< network # path=./coverage.xml /home/runner/work/plotnine/plotnine/plotnine <<<<<< EOF