source: issm/oecreview/Archive/23390-24306/ISSM-23737-23738.diff

Last change on this file was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 378 bytes
RevLine 
[24307]1Index: ../trunk-jpl/src/m/plot/applyoptions.m
2===================================================================
3--- ../trunk-jpl/src/m/plot/applyoptions.m (revision 23737)
4+++ ../trunk-jpl/src/m/plot/applyoptions.m (revision 23738)
5@@ -127,7 +127,7 @@
6
7 %colormap
8 c = getcolormap(options);
9-h = colormap(c);
10+h = colormap(gca,c);
11
12 %wrapping
13 if exist(options,'wrapping'),
Note: See TracBrowser for help on using the repository browser.