Valid. I remember being very frustrated with ggplot’s documentation, only to realize they HARD CODED a plot parameter that could not be accessed. Matplotlib + Seaborn works fantastic, and I can do whatever I want without being babied by ggplot
Comment on ggplot2 is love. ggplot2 is life.
SW42@lemmy.world 5 weeks ago
Matplotlib and seaborn are my Go-to
minyakcurry@monyet.cc 5 weeks ago
gigachad@sh.itjust.works 5 weeks ago
Matplotlib is still a pain in the ass when you need to customize something seaborn can’t handle
Nikelui@lemmy.world 5 weeks ago
Matplotlib + export to SVG + final adjustments in Inkscape is my pick.
Gebruikersnaam@lemmy.ml 5 weeks ago
Use plotnine if you want a ggplot-like API. Matplotlib is too low level for most stuff so it needs an abstraction layer such as plotnine or seaborn. Also, I understand the original devs desire to copy Matlab plotting standards, but that language is so bad.