Answer the question
In order to leave comments, you need to log in
What library would you recommend for web charting in Python?
Tell me which one is the simplest and with the ability to plot graphs on a web page. (To raise the web server and display it there) Or just to be beautiful. I heard about matplotlib, but did not figure out how to build a graph on a web page (
Answer the question
In order to leave comments, you need to log in
The de facto standard for web visualizations is, of course, D3.js ( https://d3js.org/ )
https://towardsdatascience.com/combining-python-an...
Also, the Bokeh module ( https ://docs.bokeh.org/en/latest/index.html ) uses the canvas element created as a container for graphics in HTML5, and the Plotly module ( https://plotly.com/ ) allows matplotlib results to be exported to interactive web pages. charts.
The rest is exotic.
Choose what suits you best.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question