Lab 5 Introduction to Matplotlib

Key Style '-' solid line '--' dashed line '-.' dash-dot line ':' dotted line 'o' circle marker '+' plus marker Specify one or both of these string codes as an argument to plt.plot() to change from the default color and style. Other plt functions further customize a figure. Function Description legend() Place a legend in the plot title() Add a ... ................
................