Changeset 193 for trunk/src/get_field.m


Ignore:
Timestamp:
Feb 20, 2011, 10:42:19 AM (13 years ago)
Author:
sommeria
Message:

improves the use of get_field, no projection object by default in uvmat( allows usual 1D plots),

various bug repairs, elimination of get_plot_handles.m (not useful)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r188 r193  
    812812        uvmat(inputfile)
    813813    else
     814        set(huvmat,'Visible','on')%make uvmat visible (bugs can hide it in some cases)
    814815        hhuvmat=guidata(huvmat);
    815816        uvmat('run0_Callback',hObject,eventdata,hhuvmat); % display field in uvmat
     
    835836function plot_get_field(SubField,handles)
    836837%------------------------------------------------------------------------
    837 list_fig=get(handles.list_fig,'String');
     838list_fig=get(handles.list_fig,'String')
    838839val=get(handles.list_fig,'Value');
    839840if strcmp(list_fig{val},'uvmat')
Note: See TracChangeset for help on using the changeset viewer.