figure with 3 equal outerposition axes pushes third axis off figure
Show older comments
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');

Accepted Answer
More Answers (1)
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!