Ignore:
Timestamp:
Nov 21, 2010, 10:06:11 PM (13 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/write_plot_param.m

    r85 r128  
    6666function set_scal_display(handles,state)
    6767%------------------------------------------------------------------
    68 set(handles.SCALAR_title,'Visible',state)
     68% set(handles.SCALAR_title,'Visible',state)
    6969set(handles.MaxA,'Visible',state)
    7070set(handles.MinA,'Visible',state)
     
    7373set(handles.BW,'Visible',state)
    7474set(handles.Contours,'Visible',state)
    75 set(handles.SCALAR_title,'Visible',state)
    7675set(handles.min_title,'Visible',state)
    7776set(handles.max_title,'Visible',state)
     
    8887%------------------------------------------------------------------
    8988set(handles.frame_vect,'Visible',state)
    90 set(handles.VECT_title,'Visible',state)
     89% set(handles.VECT_title,'Visible',state)
    9190set(handles.VecScale,'Visible',state)
    9291set(handles.AutoVec,'Visible',state)
Note: See TracChangeset for help on using the changeset viewer.