Ignore:
Timestamp:
Nov 21, 2010, 10:06:11 PM (14 years ago)
Author:
sommeria
Message:

series: give writting access to the group for all subdirectories produced
uvmat.fig: change of vect and scalar frames (to be consistent with view_field)
uvmat: various cleaning
plot_field: various cleaning to improve axes definition and avoid blinking
geometry_calib: improved dispay of point coordiantes, improved link with dataview for REPLICATE.
struct2nc: repair bug , file was not closed.
cell2tab: cleaning
dataview: improve the browser
civ: solve pb of image naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_plot_handles.m

    r61 r128  
    1919PlotHandles.Contours=handles.Contours;
    2020PlotHandles.IncrA=handles.IncrA;
    21 PlotHandles.SCALAR_title=handles.SCALAR_title;
     21%PlotHandles.SCALAR_title=handles.SCALAR_title;
    2222PlotHandles.min_title=handles.min_title;
    2323PlotHandles.max_title=handles.max_title;
     
    3030%For vector field representation
    3131PlotHandles.frame_vect=handles.frame_vect;
    32 PlotHandles.VECT_title=handles.VECT_title;
     32%PlotHandles.VECT_title=handles.VECT_title;
    3333PlotHandles.VecScale=handles.VecScale;
    3434PlotHandles.AutoVec=handles.AutoVec;
Note: See TracChangeset for help on using the changeset viewer.