Could not save the plot in matplotlib python

前端 未结 0 1337
野的像风
野的像风 2020-12-05 01:56

This is my code

def plot_histogram(histogram, col):
  plt.plot(histogram, color=col)
  plt.xlim([0, 256])
  plt.savefig("hist.png",format="png&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题