Recent content by josuedavila

  1. J

    MATLAB MATLAB 'LineOrder' and 'ColorOrder' help

    You need to change the nextplot settings set(gca, 'ColorOrder', [0 0 1; 0 1 0; 1 0 0],'LineStyleOrder',{'-*',':','o'},'NextPlot','ReplaceChildren'), you can change the global settings too, I think 0 instead of gca will do it, but I haven't tried - J
Back
Top