Changeset 749
- Timestamp:
- Apr 23, 2014, 5:28:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r748 r749 102 102 if ~exist('PlotParam','var'),PlotParam=[];end; 103 103 PlotType='text'; %default 104 if ~isfield(PlotParam,' Coordinates')104 if ~isfield(PlotParam,'Axes') 105 105 PlotParam.Axes=[]; 106 106 if isfield(Data,'CoordUnit') … … 1210 1210 PlotParamOut.Axes.y_units=y_units; 1211 1211 end 1212 if isfield(PlotParam,' Coordinates') && isfield(PlotParam.Axes,'CheckFixAspectRatio') && isequal(PlotParam.Axes.CheckFixAspectRatio,1)1212 if isfield(PlotParam,'Axes') && isfield(PlotParam.Axes,'CheckFixAspectRatio') && isequal(PlotParam.Axes.CheckFixAspectRatio,1) 1213 1213 set(haxes,'DataAspectRatioMode','manual') 1214 1214 if isfield(PlotParam.Axes,'AspectRatio')
Note: See TracChangeset
for help on using the changeset viewer.