Changeset 13963
- Timestamp:
- 11/15/12 10:30:01 (12 years ago)
- 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),1 function plot_scatter(x,y,level,varargin), 2 2 3 if nargin==3, options=pairoptions(); end 3 options=pairoptions(varargin{:}); 4 4 5 5 %check input … … 13 13 Siz=length(level); 14 14 nlab=10; 15 %Min=0; 16 %Max=1300; 15 17 16 18 %OK, should we create a new colorbar for the occasion?
Note:
See TracChangeset
for help on using the changeset viewer.