Settings

Theme

Ask HN: What are low level visualization libraries other than D3.js?

15 points by p33p 4 years ago · 3 comments · 1 min read


I’m interested in making highly customized visualizations that are highly dense in data. Is D3.js still the defacto low level visualization library? Is JavaScript the only option? Are there any low level alternatives in either scripting languages like python and R, or in compiled languages like C++ or Rust?

97-109-107 4 years ago

Here are two points of entry for libraries (mostly JS, R)

- http://selection.datavisualization.ch/

- https://datavizcatalogue.com/

Libraries off the top of my head:

- https://visjs.org/

client4 4 years ago

I'm a big fan of http://chartd.co/ (and stathat in general) for charts specifically. This won't help other visualizations though .

shoo 4 years ago

for R there is always https://ggplot2.tidyverse.org/

i am unsure if ggplot2 is in vogue, having not used R for a decade

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection