Changeset 338
- Timestamp:
- 05/11/09 15:45:29 (16 years ago)
- Location:
- issm/trunk/src/m/classes/public/plot
- Files:
-
- 1 added
- 1 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/plot/plot_drivingstress.m
r27 r338 5 5 % plot_drivingstress(md,options_structure,width,i); 6 6 % 7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_ DEALER7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_MANAGER 8 8 9 9 %get driving stress -
issm/trunk/src/m/classes/public/plot/plot_elementnumbering.m
r27 r338 5 5 % plot_elementnumbering(md,options_structure,width,i); 6 6 % 7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_ DEALER7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_MANAGER 8 8 9 9 subplot(width,width,i); -
issm/trunk/src/m/classes/public/plot/plot_quivervel.m
r27 r338 5 5 % plot_quivervel(md,options_structure,width,i); 6 6 % 7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_ DEALER7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_MANAGER 8 8 9 9 %process data and model -
issm/trunk/src/m/classes/public/plot/plot_tensor_components.m
r27 r338 5 5 % plot_tensor_components(md,options_structure,width,i,tensor,type,plot_option); 6 6 % 7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_ DEALER7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_MANAGER 8 8 9 9 %Compute the indexes of the components plots -
issm/trunk/src/m/classes/public/plot/plot_tensor_principal.m
r27 r338 5 5 % plot_tensor_principal(md,options_structure,width,i,tensor,type,plot_options); 6 6 % 7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_ DEALER7 % See also: PLOTMODEL, PLOT_UNIT, PLOT_MANAGER 8 8 9 9 %Compute the indexes of the components plots -
issm/trunk/src/m/classes/public/plot/plot_transient_movie.m
r27 r338 4 4 % plot_transient_movie(md,options_structure,width,i); 5 5 % 6 % See also: PLOTMODEL, PLOT_UNIT, PLOT_ DEALER6 % See also: PLOTMODEL, PLOT_UNIT, PLOT_MANAGER 7 7 8 8 %prepare subplot -
issm/trunk/src/m/classes/public/plot/plot_unit.m
r27 r338 5 5 % plot_unit(x,y,z,elements,data,isongrid,is2d,options_structure); 6 6 % 7 % See also: PLOTMODEL, PLOT_ DEALER7 % See also: PLOTMODEL, PLOT_MANAGER 8 8 9 9 %edgecolor? -
issm/trunk/src/m/classes/public/plot/plotmodel.m
r27 r338 37 37 38 38 %call unit plot 39 plot_ dealer(md,options{i},subplotwidth,i);39 plot_manager(md,options{i},subplotwidth,i); 40 40 41 41 end
Note:
See TracChangeset
for help on using the changeset viewer.