I am trying to present some superficial graphs * for which the scale is slightly different. Each surface area is drawn in a separate subtitle and / or figure.
I am currently using the default color matching, which automatically scales the entire range of the color map to my figure, i.e. my maximum surface is always red (in the "inkjet" color mode) regardless of the magnitude of this maximum.
I would like the color scheme to be consistent between the numbers, and not distributed between the min and max of each individual graph. In this way, readers could appreciate the difference in the scale of the surfaces simply by looking at the color map.
Any idea on how to do this?
** Actually, if that matters, I draw the results of the surface fitting operation using the plot command as follows: *
[myfit, gof] = fit( ... );
plot(fit)
source
share