Loglog - Rotation of y label
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
For a loglog plot, how do i rotate the y axis label?
1 comentario
dpb
el 7 de Mzo. de 2021
Use the axis 'Rotation' property, maybe? A loglog plot is an axes same as linear one with same properties...
hAx=loglog(x,y);
ylabel('Y','Rotation',30)
Respuestas (0)
Ver también
Categorías
Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!