Post #3238983
2026-06-02 16:00 UTC
If you love 'ggiraph' for turning your #ggplot2 plots into interactive charts, then I highly recommend checking out 'ninejs' for the #Python equivalent in Plotnine! 📊
It turns static Plotnine/matplotlib charts into interactives with one line.
Link to this excellent project from Joseph Barbier : https://y-sunflower.github.io/ninejs/
#RStats #DataViz
Replies (1)
-
@nrennie@fosstodon.org 2026-06-02 16:01
Very similar to ggiraph but even easier to use IMO, essentially just use interactive(g) and it works! You can also just pass in an exiting CSS style sheet with +css("style.css") so you charts match your website automatically.