Changeset 192 for trunk/src/view_field.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/view_field.m

    r187 r192  
    9292ViewFieldData.axes3=[];%initiates the record of the current field (will be updated by plot_field)
    9393set(handles.view_field,'UserData',ViewFieldData);%store the current field
     94AxeData.LimEditBox=1; %initialise AxeData, the parent figure sets plot parameters
     95set(handles.axes3,'UserData',AxeData)
    9496if ~exist('Field','var')
    9597    return
    9698end
    97 'TESviewfield'
    9899[PlotType,PlotParamOut]= plot_field(Field,handles.axes3);%,PlotParam,KeepLim,PosColorbar)
    99100
Note: See TracChangeset for help on using the changeset viewer.