Last change
on this file since 24307 was 24307, checked in by Mathieu Morlighem, 5 years ago |
NEW: adding Archive/23390-24306
|
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.