Ignore:
Timestamp:
Mar 24, 2010, 12:51:51 AM (14 years ago)
Author:
sommeria
Message:

gestion of projection objects improved. Implementation of view_field.fig
introduction of a circle to mark vectors with the mouse
various cleaning and debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_plot_handles.m

    r40 r61  
    1111function PlotHandles=get_plot_handles(handles)
    1212PlotHandles.auto_xy=handles.auto_xy;
     13PlotHandles.FixedLimits=handles.FixedLimits;
    1314%For scalar field representation
    1415PlotHandles.MaxA=handles.MaxA;
     
    6263% PlotHandles.PLANE=handles.PLANE;
    6364% PlotHandles.PATCH=handles.PATCH;
    64 PlotHandles.cal=handles.cal;
     65%PlotHandles.cal=handles.cal;
    6566%PlotHandles.makemask=handles.makemask;
    6667PlotHandles.edit=handles.edit;
Note: See TracChangeset for help on using the changeset viewer.