In Matlab 2014b, how do I modify AX(2) XAxis in plotyy?

1 view (last 30 days)
[AX,H1,H2]=plotyy(x1(:,1),y1(:,1),x2(:,1),y2(:,1))
set(AX(2),'XAxis','top')
The XAxis of AX(2) will not show. Everything else (YAxis etc) appear to work. How can I fix this.
This problem only started to happen when I upgraded to 2014b.

Answers (0)

Categories

Find more on Two y-axis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!