I am trying to plot a bar ploy using plt.bar():
plt.bar()
x = np.linspace(0,1,11) y = np.linspace(10,50,11) plt.bar(x, y, color = "blue", alpha=0