How to create bar graphs using python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to create bar graphs using python?

31st May 2018, 4:43 AM
USHA MANASA AMMU
2 Answers
+ 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/ ;)
31st May 2018, 5:42 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
If you want a more fancy approach which also offers a web interface capabilities. head over to https://plot.ly/products/dash/
1st Jun 2018, 8:27 AM
Mpho Mphego
Mpho Mphego - avatar