contourfcmap-pkg
contourfcmap-pkg copied to clipboard
Create a filled contour plot in Matlab, with better color-to-value clarity
Fixes #6 This is just a suggestion on how to implement the pointy ends. Suggested as a draft. It removes the cbar axis box and the clipping to allow for...
First things first, congratulations, this is such a neat package! Hopefully this is request is little work. It would be great if the keyword (value/pair) arguments of `contourf` were also...
One small thing that could be added is the option to display the top and bottom colors for regions that exceed the contour line limits as little triangles. Taking the...
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)’;
Hi Kelly Kearney, Thanks for your sharing. Very useful function with unchanging the original data set. I tried the examples in your post, worked well, but I faced an issue...
I really like the benefits of contourfcmap over contourf and would like to use it in Matlabs App Designer. Unfortunately contourfcmap doesn't support the format Matlabs App Designer is using...