display change after yyaxis in App designer
2 views (last 30 days)
Show older comments
Hi:
after I use yyaxis->left in app-designer, the display of the figure changed (shrink in horizental direction), please see picture below:
what's strange is that, the app.UIAxis.Position of the yy-aixs figure (top) is the same with original figure (bottom), I'm not sure if there is any mistake with my operation. is there anyway to set it back to what is was before?
Thanks!
Yu
0 Comments
Answers (1)
Cris LaPierre
on 12 Dec 2018
Edited: Cris LaPierre
on 12 Dec 2018
Your axes size includes the axes and labels. You are just comparing the white canvas, but you need to take into consideration all the components of the axes when sizing your plots.
The point being when you call yyaxis left, it needs to add a y-axis on the right side of your axes as well, and since the size of the uiaxis was set when you placed it on the app canvas, it has to use up some of the real estate on the right hand side to add it, making the actual plotting area smaller.
To correct for this, you need to adjust the footprint of the uiaxes in the Design View in app designer.
See Also
Categories
Find more on Develop Apps Using App Designer 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!