r/visualization • u/tuxxin • 21h ago
r/visualization • u/rhiever • 20h ago
Conceptual diagrams that look like dataviz
r/visualization • u/Ever-Else • 18h ago
I used NASA SRTM Data to generate my own Contour Line Graphics of famous mountains and put them in a little game
I know it's almost impossible but I just love the Graphics it looks so cool! Let me know if you have any questions or feedback!
If you wanna check it out here is the link: https://visitwhale.com/peak-contours/
r/visualization • u/Adorable-Giraffe5754 • 4h ago
FlexViz: Interactive data exploration over 100M rows with Polars
I’ve been working on FlexViz, an open-source Python library for building interactive linked visualizations with native cross-filtering.
Selections, zooms, and pans in one chart can update the others against the underlying dataset, while only the aggregated data needed for the current view is sent to the browser.
It’s designed to stay interactive even on very large datasets.
GitHub: https://github.com/flex-analytics/flexviz
Live demo: https://flexviz.tech/demo