#plotnine — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #plotnine, aggregated by home.social.
-
- I wish I could avoid using #pandas altogether, i just can't seem to wrap my head around it (constantly running into issues with indices, loc, iloc, missing data, and more; this is probably also user error though)
- #plotnine is wonderful, basically drop-in replacement for #ggplot2 but it doesn't feel like a mere copy
- still looking for a package for generalized additive mixed models that can do mgcv style estimation but also "normal" glms, and nice summary outputs (tips beyond pyGAM?)2/n
-
- I wish I could avoid using #pandas altogether, i just can't seem to wrap my head around it (constantly running into issues with indices, loc, iloc, missing data, and more; this is probably also user error though)
- #plotnine is wonderful, basically drop-in replacement for #ggplot2 but it doesn't feel like a mere copy
- still looking for a package for generalized additive mixed models that can do mgcv style estimation but also "normal" glms, and nice summary outputs (tips beyond pyGAM?)2/n
-
- I wish I could avoid using #pandas altogether, i just can't seem to wrap my head around it (constantly running into issues with indices, loc, iloc, missing data, and more; this is probably also user error though)
- #plotnine is wonderful, basically drop-in replacement for #ggplot2 but it doesn't feel like a mere copy
- still looking for a package for generalized additive mixed models that can do mgcv style estimation but also "normal" glms, and nice summary outputs (tips beyond pyGAM?)2/n
-
- I wish I could avoid using #pandas altogether, i just can't seem to wrap my head around it (constantly running into issues with indices, loc, iloc, missing data, and more; this is probably also user error though)
- #plotnine is wonderful, basically drop-in replacement for #ggplot2 but it doesn't feel like a mere copy
- still looking for a package for generalized additive mixed models that can do mgcv style estimation but also "normal" glms, and nice summary outputs (tips beyond pyGAM?)2/n
-
- I wish I could avoid using #pandas altogether, i just can't seem to wrap my head around it (constantly running into issues with indices, loc, iloc, missing data, and more; this is probably also user error though)
- #plotnine is wonderful, basically drop-in replacement for #ggplot2 but it doesn't feel like a mere copy
- still looking for a package for generalized additive mixed models that can do mgcv style estimation but also "normal" glms, and nice summary outputs (tips beyond pyGAM?)2/n
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
A simple stacked bar chart for #TidyTuesday this week, looking at disparities in the number of male and female tortoises 🐢
Made with Plotnine in #Python 📊
Code: https://github.com/nrennie/tidytuesday/tree/main/2026/2026-03-03
-
🎨🐍 Plotnine Free Workshop!
Master data visualization in Python with the grammar of graphics. Perfect for all levels! 💻✨
📅 8 Oct | 📍 PyCon Africa, Johannesburg | 🎉 FREE
🎟️ Register for FREE: https://za.pycon.org/tickets
#PyConAfrica #Plotnine #Python #DataScience -
🎨🐍 Plotnine Free Workshop!
Master data visualization in Python with the grammar of graphics. Perfect for all levels! 💻✨
📅 8 Oct | 📍 PyCon Africa, Johannesburg | 🎉 FREE
🎟️ Register for FREE: https://za.pycon.org/tickets
#PyConAfrica #Plotnine #Python #DataScience -
I was going to sit down and learn the {plotnine} python library today, but turns out there's nothing really to learn—it's literally {ggplot2} code wrapped in parentheses. If you know {ggplot2} in R, turns out you also know how to make plots on Python!
-
The recording of my PyData Global talk about data visualisation with Plotnine in #Python is now available! 🐍
Give it a watch if you're interested in:
📊 customising plotnine plots
📈 combining with matplotlib functions
✍️ adding custom annotations with HighlightText(or if you're an #RStats user wondering about Plotnine vs #ggplot2)
-
Did you know you can now access #TidyTuesday data in #Python as well as #RStats?
Here's a plot of this week's data about Pixar films made with Plotnine! 📊
💻 Import data using PyDyTuesday
🎨 Coloured subtitle text added with highlight_text
🖊️ Fonts installed with pyfonts by Joseph BarbierCode: https://github.com/nrennie/tidytuesday/tree/main/2025/2025-03-11
-
I'm super excited to be speaking at PyData Global in December! I'll be talking about:
📊 customising plotnine plots
📈 combining with matplotlib functions
✍️ adding custom annotations with HighlightTextI'll be using this chart 👇👇👇 as an example!
Link: https://buff.ly/3Z9R9k6
-
I'm absolutely thrilled to be one of the runners up in the 2024 Plotnine Contest! 📊
You can view my annotated area chart and blog post about it's creation here: https://nrennie.rbind.io/blog/plotnine-annotated-area-chart/
Winners announcement: https://posit.co/blog/winner-of-the-2024-plotnine-plotting-contest/
-
A quick chart looking at the rankings of different clubs in the FA Women's Super League for #TidyTuesday this week!
📊 chart made using `plotnine` in Python
✍️ coloured and bold text added with `highlight-text`
💡 Googling for `plotnine` help? Add a -ggplot2 to your search to hide ggplot2-specific results!Code: https://github.com/nrennie/tidytuesday/tree/main/2024/2024-07-16
-
🚨 New blog post! 🚨
I've written up a tutorial blog post showing you how to make annotated area charts using plotnine in Python (with a little bit of help from highlight-text and matplotlib to add coloured text as a subtitle)! 📊
(possibly of interest to #RStats users who make plots with #ggplot2!)
Blog post: https://nrennie.rbind.io/blog/plotnine-annotated-area-chart/
-
📝 "Plotnine plot contest"
👤 Isabel Zimmerman (@isabelizimm)
-
Matplotlib appears to be used everywhere in data science and data analysis with Python.
...so, is it so ubiquitous because it is the best available? Or has it just been around in the industry a long time?
Check out my thoughts below, but also let me know what you think is the best static plotting library in the poll.
#visualization #matplotlib #seaborn #plotnine #altair #plotly #python #dataanalyst #datascience
-
@bloom @washingtonpost I haven't seen these visualizations specifically, but I know a bit about making visualizations. In general, the most powerful and flexible way to generate graphics is the "grammar of graphics" idea coming from #ggplot2 from #rstats. In #python, there are two libraries that do it well: #plotnine and since this year also #seaborn. Both are good and have multiple nice themes, pick the one you like the most.
-
Noticias sobre Python y Datos de la semana, episodio 77 🐍⚙️
En resumen: Versiones nuevas de Altair, plotnine, y pandera, codificando variables categóricas de manera sencilla en scikit-learn, trabajando con datasets particionados en Kedro, nos vemos en la PyCon Lituania, y fotitos de la JupyterCon de París.
https://buttondown.email/astrojuanlu/archive/episodio-77/
Apoya el noticiero suscribiéndote por correo 📬
#noticieropythonydatos #python #pydata #altair #plotnine #dataviz #pandera #sklearn #kedro #pyconlt #jupytercon2023
-
Noticias sobre Python y Datos de la semana, episodio 77 🐍⚙️
En resumen: Versiones nuevas de Altair, plotnine, y pandera, codificando variables categóricas de manera sencilla en scikit-learn, trabajando con datasets particionados en Kedro, nos vemos en la PyCon Lituania, y fotitos de la JupyterCon de París.
https://buttondown.email/astrojuanlu/archive/episodio-77/
Apoya el noticiero suscribiéndote por correo 📬
#noticieropythonydatos #python #pydata #altair #plotnine #dataviz #pandera #sklearn #kedro #pyconlt #jupytercon2023
-
Noticias sobre Python y Datos de la semana, episodio 77 🐍⚙️
En resumen: Versiones nuevas de Altair, plotnine, y pandera, codificando variables categóricas de manera sencilla en scikit-learn, trabajando con datasets particionados en Kedro, nos vemos en la PyCon Lituania, y fotitos de la JupyterCon de París.
https://buttondown.email/astrojuanlu/archive/episodio-77/
Apoya el noticiero suscribiéndote por correo 📬
#noticieropythonydatos #python #pydata #altair #plotnine #dataviz #pandera #sklearn #kedro #pyconlt #jupytercon2023
-
Noticias sobre Python y Datos de la semana, episodio 77 🐍⚙️
En resumen: Versiones nuevas de Altair, plotnine, y pandera, codificando variables categóricas de manera sencilla en scikit-learn, trabajando con datasets particionados en Kedro, nos vemos en la PyCon Lituania, y fotitos de la JupyterCon de París.
https://buttondown.email/astrojuanlu/archive/episodio-77/
Apoya el noticiero suscribiéndote por correo 📬
#noticieropythonydatos #python #pydata #altair #plotnine #dataviz #pandera #sklearn #kedro #pyconlt #jupytercon2023
-
Noticias sobre Python y Datos de la semana, episodio 77 🐍⚙️
En resumen: Versiones nuevas de Altair, plotnine, y pandera, codificando variables categóricas de manera sencilla en scikit-learn, trabajando con datasets particionados en Kedro, nos vemos en la PyCon Lituania, y fotitos de la JupyterCon de París.
https://buttondown.email/astrojuanlu/archive/episodio-77/
Apoya el noticiero suscribiéndote por correo 📬
#noticieropythonydatos #python #pydata #altair #plotnine #dataviz #pandera #sklearn #kedro #pyconlt #jupytercon2023
-
There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil
Code: https://github.com/mcanouil/gribouille
Docs: https://m.canouil.dev/gribouille/
So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown! -
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
Join our FREE workshops on 8 October for PyCon Africa’s Beginners Day! No experience needed. Connect with the Python community: https://za.pycon.org/beginners-day
Share and help us open doors!
#Python #PyCon #DjangoGirls #HumbleData #PyGame #Apify #Plotnine
-
There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil
Code: https://github.com/mcanouil/gribouille
Docs: https://m.canouil.dev/gribouille/
So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown! -
There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil
Code: https://github.com/mcanouil/gribouille
Docs: https://m.canouil.dev/gribouille/
So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown! -
There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil
Code: https://github.com/mcanouil/gribouille
Docs: https://m.canouil.dev/gribouille/
So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown! -
There is a grammar of graphics implementation (think #ggplot2/ #plotnine) in #typst by @MickaelCanouil
Code: https://github.com/mcanouil/gribouille
Docs: https://m.canouil.dev/gribouille/
So I can dump a csv into a dir and do both writing and plotting in the same file! Mind blown! -
A simple stacked bar chart for #TidyTuesday this week, looking at disparities in the number of male and female tortoises 🐢
Made with Plotnine in #Python 📊
Code: https://github.com/nrennie/tidytuesday/tree/main/2026/2026-03-03
-
A simple stacked bar chart for #TidyTuesday this week, looking at disparities in the number of male and female tortoises 🐢
Made with Plotnine in #Python 📊
Code: https://github.com/nrennie/tidytuesday/tree/main/2026/2026-03-03
-
A simple stacked bar chart for #TidyTuesday this week, looking at disparities in the number of male and female tortoises 🐢
Made with Plotnine in #Python 📊
Code: https://github.com/nrennie/tidytuesday/tree/main/2026/2026-03-03
-
A simple stacked bar chart for #TidyTuesday this week, looking at disparities in the number of male and female tortoises 🐢
Made with Plotnine in #Python 📊
Code: https://github.com/nrennie/tidytuesday/tree/main/2026/2026-03-03
-
🎨🐍 Plotnine Free Workshop!
Master data visualization in Python with the grammar of graphics. Perfect for all levels! 💻✨
📅 8 Oct | 📍 PyCon Africa, Johannesburg | 🎉 FREE
🎟️ Register for FREE: https://za.pycon.org/tickets
#PyConAfrica #Plotnine #Python #DataScience