Community Profile

photo

Amichai Sanderovich


Last seen: 3 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
Plot with 'SeriesIndex' set to 1 forces all lines in the plot call to have the same color and not iterate the color order
Hi, Thank you for the suggestion. It seems to do the work indeed. However, I found a solution with a lower line count: set(gc...

1 year ago | 0

| accepted

Question


Plot with 'SeriesIndex' set to 1 forces all lines in the plot call to have the same color and not iterate the color order
matrix=linspace(0,1,100)'*[1:4]; matrix2=linspace(0,1,102)'*(0.5+[1:4]); figure; plot(matrix); hold on; plot(matrix2,'--') % t...

1 year ago | 2 answers | 0

2

answers