Changeset 13963


Ignore:
Timestamp:
11/15/12 10:30:01 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added options to plot_scatter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_scatter.m

    r13153 r13963  
    1 function plot_scatter(x,y,level,options),
     1function plot_scatter(x,y,level,varargin),
    22
    3 if nargin==3, options=pairoptions(); end
     3options=pairoptions(varargin{:});
    44
    55%check input
     
    1313Siz=length(level);
    1414nlab=10;
     15%Min=0;
     16%Max=1300;
    1517
    1618%OK, should we create a new colorbar for the occasion?
Note: See TracChangeset for help on using the changeset viewer.