Using ggplot
in Python allows you to build data visualizations in a very concise and consistent way. As you’ve seen, even complex and beautiful plots can be made with a few lines of code using plotnine.
In this course, you’ve learned how to:
- Install plotnine and Jupyter Notebook
- Combine the different elements of the grammar of graphics
- Use plotnine to create visualizations in an efficient and consistent way
- Export your data visualizations to files
If you want to learn more about grammars of graphics, you can check out the following resources on the topic:
- The Grammar of Graphics by Leland Wilkinson
- A Layered Grammar of Graphics by Hadley Wickham