10
Best plotting libraries? (programming.dev)
submitted 1 day ago* (last edited 1 day ago) by staircase@programming.dev to c/dataisbeautiful@lemmy.ml

I'm thinking of writing a plotting library (similar to e.g. matplotlib), that calls into an existing, established library (such as matplotlib), and I can use javascript, python, C/C++, or shell. I'm plotting datasets, not functions. I need to be able to plot 2D and 3D. Which libraries should I look at?

I guess I care about

  • feature set
  • how intuitive it is
  • how pretty the graphs are
  • that it's reasonably fast
you are viewing a single comment's thread
view the rest of the comments
[-] naught101@lemmy.world 5 points 1 day ago

Ggplot2 is by far the best conceptually and syntactically. It makes you think in terms of visual mappings, which is an incredible framework for understanding data viz.

Seaborn is a decent equivalent on python, but it's more constrained by how python operates (which is a good and bad thing, R is a wild language)

this post was submitted on 01 Sep 2026
10 points (100.0% liked)

Data Is Beautiful

10200 readers
15 users here now

A place to share and discuss data visualizations. #dataviz

founded 5 years ago
MODERATORS