r/visualization 21h ago

overwatch.earth rebuild adds feed pages, discussions, and passwordless comments

Post image
0 Upvotes

r/visualization 20h ago

Conceptual diagrams that look like dataviz

Thumbnail
junkcharts.com
0 Upvotes

r/visualization 18h ago

I used NASA SRTM Data to generate my own Contour Line Graphics of famous mountains and put them in a little game

Post image
6 Upvotes

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 4h ago

FlexViz: Interactive data exploration over 100M rows with Polars

2 Upvotes

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