Changeset 415 for trunk/src/plot_field.m
- Timestamp:
- May 9, 2012, 2:20:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r411 r415 808 808 caxis([abscontmin abscontmax]) 809 809 colormap(map); 810 if isfield(PlotParam.Coordinates,'CheckFixEqual') && isequal(PlotParam.Coordinates.CheckFixEqual,1) 811 set(haxes,'DataAspectRatioMode','manual') 812 set(haxes,'DataAspectRatio',[1 1 1]) 813 end 810 814 end 811 815
Note: See TracChangeset
for help on using the changeset viewer.