Ignore:
Timestamp:
Apr 5, 2010, 3:11:51 AM (14 years ago)
Author:
sommeria
Message:

time_series: subdir for result /time_series
mouse_motio: attempt to improve the circle marking vectors: use Visible off and on.
phys: bug repair for combining two images
set_oject: bug repair for creating new object
--This line those below, will be ignored--time_series

M src/series/time_series.m
M src/mouse_motion.m
M src/transform_field/phys.m
M src/set_object.m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r78 r79  
    105105                                    set(0,'Children',hstack);%put back the initial figure stack after plot creation
    106106                                else
     107                                    set(hhh,'Visible','on')
    107108                                    set(hhh,'Position',[AxeData.X(ivec)-AxeData.Mesh/2 AxeData.Y(ivec)-AxeData.Mesh/2 AxeData.Mesh AxeData.Mesh])
    108109                                end
     
    135136                    else
    136137                        if ~isempty(hhh)
    137                             delete(hhh)
     138                            set(hhh,'Visible','off')
    138139                        end
    139140                    end
Note: See TracChangeset for help on using the changeset viewer.