13
edits
Changes
→Getting Started With Jupyter
# axes.plot(x, y, color="red", linestyle='dashed') # to give style
# axes.plot(x,y)
axes.plot(# fig x, y, marker= plt.figure() # making a figure'o', markerfacecolor="blue", markersize=56) # to show data points
plt.show()