V
V
Valery Zhmyshenko2020-08-27 16:08:36
Python
Valery Zhmyshenko, 2020-08-27 16:08:36

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

2 answer(s)
Z
zexer, 2020-08-27
@zexer

Look towards plotly or bokeh

D
dmshar, 2020-08-27
@dmshar

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 question

Ask a Question

731 491 924 answers to any question