Why do the x-tick labels overlap when I update them in a plot created using PLOTYY?
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Two y-axis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!