We can stack several plotting commands before concluding a plot with plt.show() to create a plot with multiple data series. Each data series can be plotted with the same or different plot types. The following are examples of line plots and scatter plots with multiple data series, as well as a combination of both plot types show trends.