You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit checks if matplotlib is available and, if it is, registers the colour maps.
Each map is available via "cmocean_<map_name>", so that 'thermal' would be accessed, for example, by
plt.pcolormesh(x, y, z, cmap = 'cmocean_thermal').
Alpha channels were also explicitly added and set to 1.
0 commit comments