Changeset 192 for trunk/src/uvmat.m


Ignore:
Timestamp:
Feb 14, 2011, 7:03:10 PM (13 years ago)
Author:
sommeria
Message:

civ: version working for all systems: windows, linux, mac
plots: introduction of axes limits , bug repairs (still further work needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r191 r192  
    220220UvData.axes2=[];
    221221UvData.axes1=[];
     222AxeData.LimEditBox=1; %initialise AxeData
     223set(handles.axes3,'UserData',AxeData)
    222224
    223225%functions for the mouse and keyboard
     
    42014203UvData=get(handles.uvmat,'UserData');
    42024204AxeData=UvData.axes3;
    4203 PlotParam=read_plot_param(handles);
    4204 PlotParam.Scalar
     4205'TESTupdateplot'
     4206PlotParam=read_plot_param(handles)
     4207PlotParam.Vectors
    42054208[PP,PlotParamOut]= plot_field(AxeData,haxes,PlotParam);
     4209'TESTOUT'
     4210PlotParamOut
    42064211write_plot_param(handles,PlotParamOut); %update the auto plot parameters
    42074212
     
    49474952    delete(handles.UVMAT_title)%delete the initial display of uvmat if no field has been entered
    49484953end
    4949 PlotHandles=get_plot_handles(handles);%get the handles of the interface elements setting the plotting parameters
    4950 set_object(data,PlotHandles);% call the set_object interface
     4954%PlotHandles=get_plot_handles(handles);%get the handles of the interface elements setting the plotting parameters
     4955set_object(data,handles);% call the set_object interface
    49514956set(handles.MenuObject,'checked','on')
    49524957set(handles.uvmat,'UserData',UvData)
Note: See TracChangeset for help on using the changeset viewer.