Ignore:
Timestamp:
Nov 24, 2015, 10:48:46 AM (8 years ago)
Author:
sommeria
Message:

corrections quentin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_object.m

    r908 r922  
    386386            if nbpoints>length(PlotData.DeformPoint)
    387387                for ipt=length(PlotData.DeformPoint)+1:nbpoints
    388                     PlotData.DeformPoint(ipt)=line(xline(ipt),yline(ipt),'Color',col,'LineStyle','.','Tag','DeformPoint',...
     388                    PlotData.DeformPoint(ipt)=line(xline(ipt),yline(ipt),'Color',col,'LineStyle','-','Tag','DeformPoint',...
    389389                        'SelectionHighlight','off','UserData',hplot);
    390390                end
Note: See TracChangeset for help on using the changeset viewer.