Ignore:
Timestamp:
Mar 30, 2016, 11:04:43 PM (8 years ago)
Author:
sommeria
Message:

various upgrades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_object.m

    r924 r937  
    448448    switch ObjectData.Type
    449449        case 'points'
    450             hh=line(ObjectData.Coord(:,1),ObjectData.Coord(:,2),'Color',col,'LineStyle','.','Marker','+');
     450            hh=line(ObjectData.Coord(:,1),ObjectData.Coord(:,2),'Color',col,'LineStyle','none','Marker','+');
    451451            for ipt=1:length(xline)
    452452                PlotData.DeformPoint(ipt)=line(ObjectData.Coord(ipt,1),ObjectData.Coord(ipt,2),'Color',...
    453                     col,'LineStyle','.','SelectionHighlight','off','UserData',hh,'Tag','DeformPoint');
     453                    col,'LineStyle','none','SelectionHighlight','off','UserData',hh,'Tag','DeformPoint');
    454454                %create circle around each point
    455455                if ~isequal(YMax,0)
Note: See TracChangeset for help on using the changeset viewer.