barronh / pseudonetcdf

PseudoNetCDF like NetCDF except for many scientific format backends
GNU Lesser General Public License v3.0
76 stars 35 forks source link

Enhancement/disable colorbar map #105

Closed barronh closed 4 years ago

barronh commented 4 years ago

This adds the following abilities.

PseudoNetCDFFile.plot supports cbar_kw and map_kw options True and False. False disables the colorbar or map. This makes it easier to use without features that are not desired.

Uses cases for disabling maps:

Use cases for disabling colorbar:

As a part of this branch, I also added more flexibility in the plottype keyword so that it can choose based on available dimensions. And the mapping feature will recognize both longitude-latitude and lon-lat.