From: Ross Anderson on
I'm using plotyy(x,y1,x,y2) to plot (x,y1) on the left y-axis and (x,y2) on the right y-axis. I make the marker property of y1 and y2 be "o", so big circles are plotted.
Y2 appears to be plotted after Y1, so Y2 markers cover Y1 markers. If I want Y1 to be the left y-axis, how do I make Y1 markers appear on top of Y2 markers?
From: us on
"Ross Anderson" <rpa5nospam(a)cornell.edu> wrote in message <hs5aud$pg2$1(a)fred.mathworks.com>...
> I'm using plotyy(x,y1,x,y2) to plot (x,y1) on the left y-axis and (x,y2) on the right y-axis. I make the marker property of y1 and y2 be "o", so big circles are plotted.
> Y2 appears to be plotted after Y1, so Y2 markers cover Y1 markers. If I want Y1 to be the left y-axis, how do I make Y1 markers appear on top of Y2 markers?

a hint:

help uistack;

us