In Matlab 2014b, how do I modify AX(2) XAxis in plotyy?
Afficher commentaires plus anciens
[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.
Réponses (0)
Catégories
En savoir plus sur Two y-axis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!