Advertisement
ramil_rgk

scale for m_contourf

Mar 18th, 2023 (edited)
1,009
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.16 KB | None | 0 0
  1. j = floor(min(diam2_PMSL,[],"all")):p:ceil(max(diam2_PMSL,[],"all"));
  2. [C,h] = m_contour(lon, lat, PMSL, j, 'linecolor', 'black');
  3. colormap(m_colmap('green', size(j)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement