Changeset 932 for trunk/src/plot_field.m


Ignore:
Timestamp:
Mar 15, 2016, 12:29:15 PM (8 years ago)
Author:
sommeria
Message:

writting access improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r924 r932  
    12901290h=findobj(haxes,'Tag','vel');% search existing lines in the current axes
    12911291sizh=size(h);
    1292 set(h,'EraseMode','xor');
     1292%set(h,'EraseMode','xor');
    12931293set(haxes,'NextPlot','replacechildren');
    12941294
     
    13461346            set(h(2*icolor-1),'Xdata',matx,'Ydata',maty);
    13471347            set(h(2*icolor-1),'Color',colorlist(icolor,:));
    1348             set(h(2*icolor-1),'EraseMode','xor');
     1348%            set(h(2*icolor-1),'EraseMode','xor');
    13491349            set(h(2*icolor),'Xdata',matxar,'Ydata',matyar);
    13501350            set(h(2*icolor),'Color',colorlist(icolor,:));
    1351             set(h(2*icolor),'EraseMode','xor');
     1351            %set(h(2*icolor),'EraseMode','xor');
    13521352        end
    13531353    end
Note: See TracChangeset for help on using the changeset viewer.