figure with 3 equal outerposition axes pushes third axis off figure
Mostrar comentarios más antiguos
figure;a1=axes('outerposition',[0 0 .333 1]);a2=axes('outerposition',[0.333 0 .333 1]);a3=axes('outerposition',[.666 0 .333 1]);
a3b = axes('position',get(a3,'position'),'yaxislocation','right');
ylabel(a3b,'axis3b');

2 comentarios
Andrew Newell
el 16 de Dic. de 2011
Why not just use SUBPLOT for each plot?
Eric
el 16 de Dic. de 2011
Respuesta aceptada
Categorías
Más información sobre Two y-axis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!