|
From: | Nicholas Jankowski |
Subject: | Re: Help - linestyleorder in chart |
Date: | Fri, 20 Nov 2015 10:22:25 -0500 |
Hello,I have a problem with oder of lines in chart.When I write code[a]=plot(x , y1, '+', 'markersize', 10, x, y2, 'linewidth', 4),I would expect that the data with marker '+' will be on the bottom and data with '-' will be on the top, but it is the opposite. I tried to change order in skript and etc. to change it, but I nothing changed it.Could you help me, please, how to change order?ThanksIvo
>> plot (t, cos(t), "-;cos(t);", t, sin(t), "-b;sin(t);");
puts the cos(t) function first at the top of the list.
if you want them in a reverse order, i believe you need to specify them in that order.
nickj
[Prev in Thread] | Current Thread | [Next in Thread] |