Unexpected White space & Values in bar plot (matplotlib)

后端 未结 0 1771
我在风中等你
我在风中等你 2020-12-14 04:24

I am trying to plot a bar ploy using plt.bar():

x = np.linspace(0,1,11)
y = np.linspace(10,50,11)
plt.bar(x, y, color = "blue", alpha=0         


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