0
How to create bar graphs using python?
2 Respuestas
+ 10
You can use the matplotlib library for that. Its pyplot module has a good bar() method for drawing bar charts.
Or just:
https://code.sololearn.com/cIxii064qfYv/
;)
0
If you want a more fancy approach which also offers a web interface capabilities. head over to https://plot.ly/products/dash/