Visualizing the South Sudan 2008 Census by State, Gender, and Age Category with Plotnine #825
tongakuot
announced in
2024 Plotnine Contest
Replies: 2 comments 1 reply
-
@tongakuot, The winning submission has been announced here. Thank you for taking part in the contest. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Authors
Alier Reng
Links
https://github.com/tongakuot/dataviz-plotnine/blob/main/barplots.ipynb
Full description
In this comprehensive tutorial, I will demonstrate how to visualize the South Sudan 2008 Census data using the
plotnine
library in Python. This tutorial will guide you through the following steps:facet_grid
functionality in plotnine to create multiple subplots, allowing for a more granular and insightful view of the data across different states, genders, and age categories.By the end of this tutorial, you will have a solid understanding of how to use
plotnine
for data visualization, particularly in the context of categorical data analysis. This tutorial is designed for both beginners and intermediate users of plotnine who are looking to enhance their data visualization skills.Code repository
https://github.com/tongakuot/dataviz-plotnine/blob/main/barplots.ipynb
Beta Was this translation helpful? Give feedback.
All reactions