Ignore:
Timestamp:
Apr 11, 2021, 10:03:02 PM (3 years ago)
Author:
sommeria
Message:

various bug repairs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r1095 r1097  
    127127        return
    128128    end
    129 % end
    130129
    131130%% test axes and figure
     
    266265    FigData=get(hfig,'UserData');
    267266    if strcmp(get(hfig,'tag'),'view_field')||strcmp(get(hfig,'tag'),'uvmat')
     267        if ~isempty(get(haxes,'tag'))
    268268        FigData.(get(haxes,'tag'))=Data;
     269        end
    269270        set(hfig,'UserData',FigData)
    270271    end
Note: See TracChangeset for help on using the changeset viewer.