Ignore:
Timestamp:
Feb 18, 2016, 12:05:51 PM (8 years ago)
Author:
sommeria
Message:

geometry cqlib updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r924 r926  
    12291229hh=findobj('Tag','calib_points');
    12301230if  ~isempty(Coord) && isempty(hh)
    1231     hh=line(Coord_plot(:,1),Coord_plot(:,2),'Color','m','Tag','calib_points','LineStyle','.','Marker','+','MarkerSize',10);
     1231    hh=line(Coord_plot(:,1),Coord_plot(:,2),'Color','m','Tag','calib_points','LineStyle','none','Marker','+','MarkerSize',10);
    12321232elseif isempty(Coord)%empty list of points, suppress the plot
    12331233    delete(hh)
Note: See TracChangeset for help on using the changeset viewer.