From c5f28c9eff0c0c36e16a60ea2ac598895056ea1a Mon Sep 17 00:00:00 2001 From: Jeroen Van Der Donckt Date: Wed, 26 Aug 2026 10:39:01 +0200 Subject: [PATCH] docs: add FlexViz to Visualization/Interactive plots https://github.com/flex-analytics/flexviz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a91fc..a935848 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ * [Altair](https://altair-viz.github.io/) - Declarative statistical visualization library for Python. Can easily do many data transformation within the code to create graph * [bqplot](https://github.com/bqplot/bqplot) - Plotting library for IPython/Jupyter notebooks * [pyecharts](https://github.com/pyecharts/pyecharts) - Migrated from [Echarts](https://github.com/apache/echarts), a charting and visualization library, to Python's interactive visual drawing library.pyecharts echarts +* [FlexViz](https://github.com/flex-analytics/flexviz) - Interactive, cross-filtered dashboards on datasets too large to send to the browser; every zoom and selection is answered by a lazy Polars aggregation. ### Map * [folium](https://python-visualization.github.io/folium/quickstart.html#Getting-Started) - Makes it easy to visualize data on an interactive open street map * [geemap](https://github.com/giswqs/geemap) - Python package for interactive mapping with Google Earth Engine (GEE)