Example: stock market
Basic Plotting with Python and Matplotlib

Basic Plotting with Python and Matplotlib

Back to document page

plt.plot(xvals, newyvals, ’r--’) # Create line plot with red dashed line plt.title(’Example plots’) plt.xlabel(’Input’) plt.ylabel(’Function values’) plt.show() # Show the figure (remove the previous instance) The third parameter supplied to plt.plot above is …

  Plot

Download Basic Plotting with Python and Matplotlib


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries