source:
issm/oecreview/Archive/23390-24306/ISSM-23737-23738.diff
Last change on this file was 24307, checked in by , 5 years ago | |
---|---|
File size: 378 bytes |
Rev | Line | |
---|---|---|
[24307] | 1 | Index: ../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.