display change after yyaxis in App designer
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Cris LaPierre
il 12 Dic 2018
Modificato: Cris LaPierre
il 12 Dic 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.
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!