-1

I want to create the bar chart with some date information, After plotting the bar chart, I want to convert it into image. Please tell me which python library should I use.

I got the library plotly, I want to use to plot the graph, link: Python plotting libraries

But How I will convert plotted graph into image.

I want to generate image like following, based on the some information

enter image description here

Community
  • 1
  • 1
Guest
  • 415
  • 8
  • 19

1 Answers1

1

Why you don't use matplotlib? Check this link

In plotly check this: https://plot.ly/python/static-image-export/

P.S. I think plotly is useful for webapp, in your case the easy way is matplotlib.

Community
  • 1
  • 1
Leo
  • 416
  • 5
  • 7