Matlab sometimes can not register the upper and lower limits of the color bar when the figures are saved (eg with export_fig).
I found a way around it:
instead of setting caxis limit at the exact values, increase/decrease the upper/lower limit
caxis([0.94 0.99] )
to >> caxis([0.94 0.99001] )
This worked for me!
No comments:
Post a Comment