-
I think there aren’t any good plotting libraries in Python which can export charts to web so JavaScript is the way to go here. Chart.js is very simple and easy to use plotting library for JavaScript which makes some really beautiful charts. A Python library pyChart.JS (outdated) allows you to export JavaScript code from Python for Chart.js to easily export your data from backend. However solely relying on JavaScript is also pretty easy with Chart.js if you’re not looking to create overly complex charts. Otherwise the next best choice is D3.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Graphs in Python web app
-
What practice programs or knowledge should I learn to do "real" projects in Haskell
-
Is Processing Python just broken at the moment?
-
Ask HN: What do you use for programmatic drawing?
-
How to create a dashboard like this ? Please see my comment below, for details. Any tips is appreciated.