long story short, I am plotting climate data from a netCDF file. My only problem, I have to plot data from tens of these files, each having over a hundred data points. Luckily, they are all identically formatted, and their names are in rising order (for example: file1.nc, file2.nc...). This is my code (unfinished as I have to change the markers and colors of the markers):
Anyways, I want to plot more than that one file (about 20 to begin with). Is there a way to do that? Also, if you guys have an idea how how to set up the colorbar based on variable 'data' that would be great.
Thanks!