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?
Thanks
Ivo