Why do the x-tick labels overlap when I update them in a plot created using PLOTYY?
Afficher commentaires plus anciens
When I use PLOTYY to generate a figure, a subsequent change to the x-tick labels causes the new x-tick labels to overlap the old ones.
The following code demonstrates this behavior:
x=[1:10]
y1=2*x;
y2=3*x;
plotyy(x, y1, x, y2)
datetick('x',2) % modify the x-tick labels
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Two y-axis dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!