Changeset 589 for trunk/src/write_plot_param.m
- Timestamp:
- Mar 16, 2013, 3:46:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/write_plot_param.m
r511 r589 18 18 if Coordinates.CheckFixAspectRatio 19 19 set(handles.CheckFixAspectRatio,'Value',1) 20 set(handles.CheckFixAspectRatio,'BackgroundColor',[1 1 0])21 20 else 22 21 set(handles.CheckFixAspectRatio,'Value',0) 23 set(handles.CheckFixAspectRatio,'BackgroundColor',[0.7 0.7 0.7])22 24 23 end 25 24 end
Note: See TracChangeset
for help on using the changeset viewer.