this post was submitted on 16 Jul 2023
15 points (100.0% liked)

Python

6288 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

๐Ÿ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

๐Ÿ Python project:
๐Ÿ’“ Python Community:
โœจ Python Ecosystem:
๐ŸŒŒ Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

I just found this plotting library by JetBrains that has a grammar of graphics interface (like plotnine). This will make a nice alternative for matplotlib for my research.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago (1 children)

I've never liked the Python ggplot-like alternatives. The plot construction always felt limited and I'd run into weird bugs. However, this looks the closest to ggplot in how the plots are constructed. I dislike R but the tidy verse + ggplot combo is just so good. I end up using Python and r together a lot, so having even a half decent ggplot-python could be great. Has anyone with significant ggplot experience used this and can comment on how close it really is?

[โ€“] techwizrd 1 points 1 year ago

I've only played around with it for a few hours, but I'm already happier than using matplotlib or my rpy2 bridge to ggplot2.