Changeset 511 for trunk/src/plot_field.m
- Timestamp:
- Aug 2, 2012, 3:12:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r501 r511 255 255 if ~isempty(index_2D)|| ~isempty(index_1D) 256 256 FigData=get(hfig,'UserData'); 257 % if strcmp(get(hfig,'tag'),'view_field') 258 % set(hfig,'UserData',[]); % refresh user data in view_field (set by civ/TestCiv ) 259 % end 260 tagaxes=get(haxes,'tag');% tag of the current plot axis 261 if isfield(FigData,tagaxes) 262 FigData.(tagaxes)=Data; 257 if strcmp(get(hfig,'tag'),'view_field')||strcmp(get(hfig,'tag'),'uvmat') 258 FigData.(get(haxes,'tag'))=Data; 263 259 set(hfig,'UserData',FigData) 264 260 end
Note: See TracChangeset
for help on using the changeset viewer.