To add multiple files as subplots, define an array of axes for the plots to use (each subplot is one array element), then in `plot()` add an argument `ax=axes[n]` defining which subplot to use. Note that 2D arrays can be used to plot subplots in grids (i.e. 4 plots in a 2x2 grid).