CHLNDDEV / OceanMesh2D

A two-dimensional triangular mesh generator with pre- and post-processing utilities written in pure MATLAB (no toolboxes required) designed specifically to build models that solve shallow-water equations or wave equations in a coastal environment (ADCIRC, FVCOM, WaveWatch3, SWAN, SCHISM, Telemac, etc.).
https://github.com/sponsors/krober10nd
GNU General Public License v3.0
179 stars 65 forks source link

Specify custom `cmocean` colormap #232

Closed krober10nd closed 3 years ago

krober10nd commented 3 years ago

Note the log mesh options here.

WPringle commented 3 years ago

Would plot(m,'type','blogmesh','cmap','-amplitude','pivot',1); to invert the cmap work?