kakearney / contourfcmap-pkg

Create a filled contour plot in Matlab, with better color-to-value clarity
MIT License
17 stars 2 forks source link

Colourbar Even argument #4

Open Bismar opened 6 years ago

Bismar commented 6 years ago

The following line of code should be changed to enable the even argument to work on colorbar.

Line 94: From tk = linspace(0,1,nblock+1);

To tk = linspace(0,1,nblock+1)’;