Changeset 2691
- Timestamp:
- 12/01/09 12:10:16 (15 years ago)
- Location:
- issm/trunk/src/m/classes/public/plot
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_overlay.m
r2647 r2691 79 79 %hue 80 80 %cut results under 1.5, and log 81 save data_grid data_grid 81 82 data_grid(find(data_grid<1.5))=1.5; 82 83 h=bytscl(log(data_grid))/(255+1); %1 offset on colormap -
issm/trunk/src/m/classes/public/plot/plot_riftvel.m
r2439 r2691 1 function plot_riftvel(md,options _structure,width,i);1 function plot_riftvel(md,options,width,i); 2 2 %PLOT_RIFTVEL - plot rift velocity 3 3 % 4 4 % Usage: 5 % plot_riftvel(md,options _structure,width,i);5 % plot_riftvel(md,options,width,i); 6 6 % 7 7 % See also: PLOTMODEL … … 79 79 80 80 %apply options 81 options=addfielddefault(options _structure,'title','Rift Velocities');82 options=addfielddefault(options _structure,'colorbar',0);83 applyoptions(md,[],options _structure);81 options=addfielddefault(options,'title','Rift Velocities'); 82 options=addfielddefault(options,'colorbar',0); 83 applyoptions(md,[],options);
Note:
See TracChangeset
for help on using the changeset viewer.