Changeset 6976 for issm/trunk/src/m/model/plot/plot_manager.m
- Timestamp:
- 01/06/11 13:47:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/plot/plot_manager.m
r6751 r6976 166 166 167 167 %plot unit 168 plot_unit(x,y,z,elements,data2,is2d,datatype,options);168 h=plot_unit(x,y,z,elements,data2,is2d,datatype,options); 169 169 170 170 %apply all options … … 176 176 end 177 177 178 applyoptions(md,data2,options );178 applyoptions(md,data2,options,h); 179 179 180 180 %plot inset if requested … … 199 199 patch('Faces',[1 2 3 4 1],'Vertices',[X1([1 2 2 1])' Y1([1 1 2 2])' -10^10*ones(4,1)],'FaceColor','w','EdgeColor','k'); 200 200 hold on 201 plot_unit(x,y,z,elements,data2,is2d,datatype,options);201 h=plot_unit(x,y,z,elements,data2,is2d,datatype,options); 202 202 203 203 %applay options
Note:
See TracChangeset
for help on using the changeset viewer.