fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#plotnine

0 posts0 participants0 posts today
@frueheneuzeit<p>Warm recommendations for <a href="https://fedihum.org/tags/plotnine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plotnine</span></a> for <a href="https://fedihum.org/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> visualisation: it's feels a bit like emacs in that it takes time to grok its mental model, certainly if, like me you have no previous experience with its ancestor ggplot. But in the end it just does the job.</p>
Eric R. Scott<p>I was going to sit down and learn the {plotnine} python library today, but turns out there&#39;s nothing really to learn—it&#39;s literally {ggplot2} code wrapped in parentheses. If you know {ggplot2} in R, turns out you also know how to make plots on Python!</p><p><a href="https://fosstodon.org/tags/Rstats" class="mention hashtag" rel="tag">#<span>Rstats</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a></p>
Nicola Rennie<p>The recording of my PyData Global talk about data visualisation with Plotnine in <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> is now available! 🐍</p><p>Give it a watch if you&#39;re interested in:</p><p>📊 customising plotnine plots<br />📈 combining with matplotlib functions<br />✍️ adding custom annotations with HighlightText</p><p>(or if you&#39;re an <a href="https://fosstodon.org/tags/RStats" class="mention hashtag" rel="tag">#<span>RStats</span></a> user wondering about Plotnine vs <a href="https://fosstodon.org/tags/ggplot2" class="mention hashtag" rel="tag">#<span>ggplot2</span></a>)</p><p>Link: <a href="https://www.youtube.com/watch?v=NBGJuaBF2rc" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://www.</span><span class="">youtube.com/watch?v=NBGJuaBF2rc</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/DataViz" class="mention hashtag" rel="tag">#<span>DataViz</span></a> <a href="https://fosstodon.org/tags/Plotnine" class="mention hashtag" rel="tag">#<span>Plotnine</span></a></p>
Nicola Rennie<p>Did you know you can now access <a href="https://fosstodon.org/tags/TidyTuesday" class="mention hashtag" rel="tag">#<span>TidyTuesday</span></a> data in <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> as well as <a href="https://fosstodon.org/tags/RStats" class="mention hashtag" rel="tag">#<span>RStats</span></a>? </p><p>Here&#39;s a plot of this week&#39;s data about Pixar films made with Plotnine! 📊</p><p>💻 Import data using PyDyTuesday<br />🎨 Coloured subtitle text added with highlight_text<br />🖊️ Fonts installed with pyfonts by Joseph Barbier</p><p>Code: <a href="https://github.com/nrennie/tidytuesday/tree/main/2025/2025-03-11" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/nrennie/tidytuesday</span><span class="invisible">/tree/main/2025/2025-03-11</span></a></p><p><a href="https://fosstodon.org/tags/DataViz" class="mention hashtag" rel="tag">#<span>DataViz</span></a> <a href="https://fosstodon.org/tags/ggplot2" class="mention hashtag" rel="tag">#<span>ggplot2</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> <a href="https://fosstodon.org/tags/PydyTuesday" class="mention hashtag" rel="tag">#<span>PydyTuesday</span></a></p>
newidyn<p>Gan nad ydwy'n gwneud cyfrifiadau ystadegol cymhleth rhagor, y prif reswm ro'n i'n dal i ddefnyddio R oedd i ddelweddu data gyda ggplot2. Ond rwy newydd ddarganfod plotnine ar gyfer Python, sy'n gweithio'n arbennig o dda, felly'n annhebygol o fynd yn ôl i R!</p><p><a href="https://social.linux.pizza/tags/R" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>R</span></a> <a href="https://social.linux.pizza/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://social.linux.pizza/tags/ggplot2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ggplot2</span></a> <a href="https://social.linux.pizza/tags/plotnine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plotnine</span></a></p>
Nicola Rennie<p>PyData Global starts today! This evening I&#39;ll be talking about customising charts with Plotnine, and building better data visualisations 📊 </p><p>📅 Tue 3 Dec 2024<br />⏰ 18:30 UTC (13:30 EST)</p><p><a href="https://fosstodon.org/tags/PyData" class="mention hashtag" rel="tag">#<span>PyData</span></a> <a href="https://fosstodon.org/tags/Plotnine" class="mention hashtag" rel="tag">#<span>Plotnine</span></a> <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://fosstodon.org/tags/DataViz" class="mention hashtag" rel="tag">#<span>DataViz</span></a></p>
Nicola Rennie<p>I&#39;m super excited to be speaking at PyData Global in December! I&#39;ll be talking about:</p><p>📊 customising plotnine plots<br />📈 combining with matplotlib functions<br />✍️ adding custom annotations with HighlightText</p><p>I&#39;ll be using this chart 👇👇👇 as an example!</p><p>Link: <a href="https://buff.ly/3Z9R9k6" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">buff.ly/3Z9R9k6</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/DataViz" class="mention hashtag" rel="tag">#<span>DataViz</span></a> <a href="https://fosstodon.org/tags/Plotnine" class="mention hashtag" rel="tag">#<span>Plotnine</span></a> <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://fosstodon.org/tags/PyData" class="mention hashtag" rel="tag">#<span>PyData</span></a> <a href="https://fosstodon.org/tags/ggplot2" class="mention hashtag" rel="tag">#<span>ggplot2</span></a></p>
Stefan<p>2441 runestones in Sweden.<br /><a href="https://fosstodon.org/tags/pydata" class="mention hashtag" rel="tag">#<span>pydata</span></a> <a href="https://fosstodon.org/tags/python" class="mention hashtag" rel="tag">#<span>python</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> <a href="https://fosstodon.org/tags/dataviz" class="mention hashtag" rel="tag">#<span>dataviz</span></a></p>
Stefan<p>Trying out <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> and loving it so far! I guess being used to <a href="https://fosstodon.org/tags/ggplot2" class="mention hashtag" rel="tag">#<span>ggplot2</span></a> helps. <br /><a href="https://fosstodon.org/tags/pydata" class="mention hashtag" rel="tag">#<span>pydata</span></a> <a href="https://fosstodon.org/tags/datavisualization" class="mention hashtag" rel="tag">#<span>datavisualization</span></a></p>
Sergio Oller<p><a href="https://mastodon.social/tags/plotnine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plotnine</span></a> enables me to plot in <a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> at a similar speed I can plot in <a href="https://mastodon.social/tags/rstats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rstats</span></a>. Love the <a href="https://mastodon.social/tags/ggplot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ggplot</span></a> syntax!</p>
Nicola Rennie<p>I&#39;m absolutely thrilled to be one of the runners up in the 2024 Plotnine Contest! 📊</p><p>You can view my annotated area chart and blog post about it&#39;s creation here: <a href="https://nrennie.rbind.io/blog/plotnine-annotated-area-chart/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">nrennie.rbind.io/blog/plotnine</span><span class="invisible">-annotated-area-chart/</span></a></p><p>Winners announcement: <a href="https://posit.co/blog/winner-of-the-2024-plotnine-plotting-contest/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">posit.co/blog/winner-of-the-20</span><span class="invisible">24-plotnine-plotting-contest/</span></a></p><p><a href="https://fosstodon.org/tags/DataViz" class="mention hashtag" rel="tag">#<span>DataViz</span></a> <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a></p>
Posit<p>Meet the Winners of the 2024 Plotnine Contest!</p><p>&quot;On a personal note, developing open-source software can be a lonely task. I am physically quite distant from plotnine’s end-users, focused on answering issues online, delivering new features, and generally deep in code. As the community has grown, I’ve been amazed at the creativity, inventiveness and technical prowess with which plotnine is used.&quot; ~Hassan Kibirige, maintainer of plotnine. </p><p><a href="https://posit.co/blog/winner-of-the-2024-plotnine-plotting-contest/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">posit.co/blog/winner-of-the-20</span><span class="invisible">24-plotnine-plotting-contest/</span></a></p><p><a href="https://fosstodon.org/tags/pydata" class="mention hashtag" rel="tag">#<span>pydata</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> <a href="https://fosstodon.org/tags/posit" class="mention hashtag" rel="tag">#<span>posit</span></a></p>
Nicola Rennie<p>A quick chart looking at the rankings of different clubs in the FA Women&#39;s Super League for <a href="https://fosstodon.org/tags/TidyTuesday" class="mention hashtag" rel="tag">#<span>TidyTuesday</span></a> this week!</p><p>📊 chart made using `plotnine` in Python<br />✍️ coloured and bold text added with `highlight-text` <br />💡 Googling for `plotnine` help? Add a -ggplot2 to your search to hide ggplot2-specific results!</p><p>Code: <a href="https://github.com/nrennie/tidytuesday/tree/main/2024/2024-07-16" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/nrennie/tidytuesday</span><span class="invisible">/tree/main/2024/2024-07-16</span></a></p><p><a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://fosstodon.org/tags/DataViz" class="mention hashtag" rel="tag">#<span>DataViz</span></a> <a href="https://fosstodon.org/tags/DSLC" class="mention hashtag" rel="tag">#<span>DSLC</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a></p>
Nicola Rennie<p>🚨 New blog post! 🚨</p><p>I&#39;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)! 📊</p><p>(possibly of interest to <a href="https://fosstodon.org/tags/RStats" class="mention hashtag" rel="tag">#<span>RStats</span></a> users who make plots with <a href="https://fosstodon.org/tags/ggplot2" class="mention hashtag" rel="tag">#<span>ggplot2</span></a>!)</p><p>Blog post: <a href="https://nrennie.rbind.io/blog/plotnine-annotated-area-chart/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">nrennie.rbind.io/blog/plotnine</span><span class="invisible">-annotated-area-chart/</span></a></p><p><a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="tag">#<span>Python</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> <a href="https://fosstodon.org/tags/DataViz" class="mention hashtag" rel="tag">#<span>DataViz</span></a></p>
Posit<p>The Plotnine Contest has been extended until July 26th!</p><p>If you are ready to test your python plotting chops, and contribute to the plotnine community, learn more and take part, <a href="https://posit.co/blog/announcing-the-2024-plotnine-contest/" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">posit.co/blog/announcing-the-2</span><span class="invisible">024-plotnine-contest/</span></a></p><p><a href="https://fosstodon.org/tags/pydata" class="mention hashtag" rel="tag">#<span>pydata</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> <a href="https://fosstodon.org/tags/posit" class="mention hashtag" rel="tag">#<span>posit</span></a></p>
PyLadies Bot<p>📝 "Plotnine plot contest"</p><p>👤 Isabel Zimmerman (<span class="h-card" translate="no"><a href="https://fosstodon.org/@isabelizimm" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>isabelizimm</span></a></span>) </p><p>🔗 <a href="https://isabelizimm.me/posts/2024-06-24_cheese-plotnine/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">isabelizimm.me/posts/2024-06-2</span><span class="invisible">4_cheese-plotnine/</span></a></p><p><a href="https://botsin.space/tags/pyladies" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pyladies</span></a> <a href="https://botsin.space/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://botsin.space/tags/plotnine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plotnine</span></a> <a href="https://botsin.space/tags/data" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>data</span></a></p>
thetestspecimen<p>Matplotlib appears to be used everywhere in data science and data analysis with Python.</p><p>...so, is it so ubiquitous because it is the best available? Or has it just been around in the industry a long time? </p><p>Check out my thoughts below, but also let me know what you think is the best static plotting library in the poll.</p><p><a href="https://towardsdatascience.com/is-matplotlib-still-the-best-python-library-for-static-plots-a933c092cd49" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="ellipsis">towardsdatascience.com/is-matp</span><span class="invisible">lotlib-still-the-best-python-library-for-static-plots-a933c092cd49</span></a></p><p><a href="https://fosstodon.org/tags/visualization" class="mention hashtag" rel="tag">#<span>visualization</span></a> <a href="https://fosstodon.org/tags/matplotlib" class="mention hashtag" rel="tag">#<span>matplotlib</span></a> <a href="https://fosstodon.org/tags/seaborn" class="mention hashtag" rel="tag">#<span>seaborn</span></a> <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> <a href="https://fosstodon.org/tags/altair" class="mention hashtag" rel="tag">#<span>altair</span></a> <a href="https://fosstodon.org/tags/plotly" class="mention hashtag" rel="tag">#<span>plotly</span></a> <a href="https://fosstodon.org/tags/python" class="mention hashtag" rel="tag">#<span>python</span></a> <a href="https://fosstodon.org/tags/dataanalyst" class="mention hashtag" rel="tag">#<span>dataanalyst</span></a> <a href="https://fosstodon.org/tags/datascience" class="mention hashtag" rel="tag">#<span>datascience</span></a></p>
Meghan Harris<p>I made some art in <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> with <a href="https://fosstodon.org/tags/python" class="mention hashtag" rel="tag">#<span>python</span></a> instead of <a href="https://fosstodon.org/tags/ggplot2" class="mention hashtag" rel="tag">#<span>ggplot2</span></a> with <a href="https://fosstodon.org/tags/rstats" class="mention hashtag" rel="tag">#<span>rstats</span></a> and It&#39;s me. I&#39;m R Users.</p>
gram<p><span class="h-card" translate="no"><a href="https://piaille.fr/@bloom" class="u-url mention">@<span>bloom</span></a></span> <span class="h-card" translate="no"><a href="https://mstdn.social/@washingtonpost" class="u-url mention">@<span>washingtonpost</span></a></span> I haven&#39;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 &quot;grammar of graphics&quot; idea coming from <a href="https://fosstodon.org/tags/ggplot2" class="mention hashtag" rel="tag">#<span>ggplot2</span></a> from <a href="https://fosstodon.org/tags/rstats" class="mention hashtag" rel="tag">#<span>rstats</span></a>. In <a href="https://fosstodon.org/tags/python" class="mention hashtag" rel="tag">#<span>python</span></a>, there are two libraries that do it well: <a href="https://fosstodon.org/tags/plotnine" class="mention hashtag" rel="tag">#<span>plotnine</span></a> and since this year also <a href="https://fosstodon.org/tags/seaborn" class="mention hashtag" rel="tag">#<span>seaborn</span></a>. Both are good and have multiple nice themes, pick the one you like the most.</p>
Juan Luis<p>Noticias sobre Python y Datos de la semana, episodio 77 🐍⚙️</p><p>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.</p><p><a href="https://buttondown.email/astrojuanlu/archive/episodio-77/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">buttondown.email/astrojuanlu/a</span><span class="invisible">rchive/episodio-77/</span></a></p><p>Apoya el noticiero suscribiéndote por correo 📬</p><p><a href="https://social.juanlu.space/tags/noticieropythonydatos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>noticieropythonydatos</span></a> <a href="https://social.juanlu.space/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://social.juanlu.space/tags/pydata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pydata</span></a> <a href="https://social.juanlu.space/tags/altair" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>altair</span></a> <a href="https://social.juanlu.space/tags/plotnine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plotnine</span></a> <a href="https://social.juanlu.space/tags/dataviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dataviz</span></a> <a href="https://social.juanlu.space/tags/pandera" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pandera</span></a> <a href="https://social.juanlu.space/tags/sklearn" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sklearn</span></a> <a href="https://social.juanlu.space/tags/kedro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kedro</span></a> <a href="https://social.juanlu.space/tags/pyconlt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pyconlt</span></a> <a href="https://social.juanlu.space/tags/jupytercon2023" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jupytercon2023</span></a></p>