Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaopcnogueira/plotnine-examples
Boilerplate Code for Make Better Pictures in Python with Plotnine
https://github.com/joaopcnogueira/plotnine-examples
Last synced: 15 days ago
JSON representation
Boilerplate Code for Make Better Pictures in Python with Plotnine
- Host: GitHub
- URL: https://github.com/joaopcnogueira/plotnine-examples
- Owner: joaopcnogueira
- Created: 2021-06-24T00:36:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T02:45:37.000Z (over 3 years ago)
- Last Synced: 2024-01-25T00:49:44.279Z (10 months ago)
- Language: Jupyter Notebook
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plotnine
Boilerplate Code for Make Better Pictures in Python with Plotnine.[Plotnine](https://plotnine.readthedocs.io/en/stable/) is a port to python of the famous R library, [ggplot](https://ggplot2.tidyverse.org/).
# Pictures Examples
Plotnine offers us a better and powerful way to build beautiful pictures.
![Fig01](imgs/fig01.png)
![Fig02](imgs/fig02.png)
# Useful Tutorials and Blogs
- [Show counts and percentages for bar plots](https://plotnine.readthedocs.io/en/stable/tutorials/miscellaneous-show-counts-and-percentages-for-bar-plots.html)
- [Custom sorting of plot series](https://plotnine.readthedocs.io/en/stable/tutorials/miscellaneous-order-plot-series.html)
- [Plotting with `plotnine`](https://www.practicaldatascience.org/html/plotting_part1.html)
- [Making beautiful boxplots using plotnine in Python](https://t-redactyl.io/blog/2020/09/making-beautiful-boxplots-using-plotnine-in-python.html)