yyaxis, control aspect ratio
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Thomas Jacob
le 9 Juil 2020
Commenté : Thomas Jacob
le 13 Juil 2020
Hi,
I'm trying to create a plot with 2 y-axis using yyaxis.
I would like to to set one of the two y-axis to have an aspect ratio of one in comparison with the x-axis.
I tried
set(gca,'DataAspectRatio',[1 1 1])
and
axis equal
but it throw the following error: "Warning: Only 'auto' DataAspectRatio is supported for axes with multiple coordinate systems."
Is there a way around this limitation?
0 commentaires
Réponse acceptée
Apoorv Singh
le 9 Juil 2020
Hey Thomas, refer to the following link: https://in.mathworks.com/matlabcentral/answers/324007-how-can-i-adjust-the-data-aspect-ratio-in-a-plot-with-two-y-axes
Hope this helps :)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!