Rev | Line | |
---|
[13394] | 1 | Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/m/model/plot/colormaps/getcolormap.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/m/model/plot/colormaps/getcolormap.m (revision 12857)
|
---|
| 4 | +++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/m/model/plot/colormaps/getcolormap.m (revision 12858)
|
---|
| 5 | @@ -4,9 +4,9 @@
|
---|
| 6 | % Usage:
|
---|
| 7 | % map = getcolormap(options)
|
---|
| 8 |
|
---|
| 9 | -%default is jet(256)
|
---|
| 10 | +%default is jet
|
---|
| 11 | if ~exist(options,'colormap'),
|
---|
| 12 | - map = jet(256);
|
---|
| 13 | + map = jet;
|
---|
| 14 | return
|
---|
| 15 | end
|
---|
| 16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.