From c42db5ca24196c28de8c46b51bcca303e2413c38 Mon Sep 17 00:00:00 2001 From: "@RISHABHBHARTIYA" <100482880+rishabhbhartiya@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:11:05 +0530 Subject: [PATCH] Add statanim to visualization libraries list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac39ccfe64..42f9b2488b 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ _Libraries for visualizing data. Also see [awesome-javascript](https://github.co - Specialized - [cartopy](https://github.com/SciTools/cartopy) - A cartographic python library with matplotlib support. - [pygraphviz](https://github.com/pygraphviz/pygraphviz/) - Python interface to [Graphviz](https://www.graphviz.org/). + - [statanim](https://github.com/rishabhbhartiya/statanim) - A Manim extension for animated statistical visualisations including distributions, regression, probability, inference, and physical props. - Dashboards and Apps - [gradio](https://github.com/gradio-app/gradio) - Build and share machine learning apps, all in Python. - [streamlit](https://github.com/streamlit/streamlit) - A framework which lets you build dashboards, generate reports, or create chat apps in minutes.