Lab 5 Introduction to Matplotlib

data. Matplotlib provides several other easy ways to visualize data. • A scatter plot plots two 1-dimensional arrays against each other without draw-ing lines between the points. Scatter plots are particularly useful for data that is not inherently correlated or ordered. To create a scatter plot, use plt.plot() and specify a point marker (such as ................
................