TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

15 pointsby p33palmost 4 years ago
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?

3 comments

97-109-107almost 4 years ago
Here are two points of entry for libraries (mostly JS, R)<p>- <a href="http:&#x2F;&#x2F;selection.datavisualization.ch&#x2F;" rel="nofollow">http:&#x2F;&#x2F;selection.datavisualization.ch&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;datavizcatalogue.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;datavizcatalogue.com&#x2F;</a><p>Libraries off the top of my head:<p>- <a href="https:&#x2F;&#x2F;visjs.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;visjs.org&#x2F;</a>
client4almost 4 years ago
I&#x27;m a big fan of <a href="http:&#x2F;&#x2F;chartd.co&#x2F;" rel="nofollow">http:&#x2F;&#x2F;chartd.co&#x2F;</a> (and stathat in general) for charts specifically. This won&#x27;t help other visualizations though .
shooalmost 4 years ago
for R there is always <a href="https:&#x2F;&#x2F;ggplot2.tidyverse.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ggplot2.tidyverse.org&#x2F;</a><p>i am unsure if ggplot2 is in vogue, having not used R for a decade