- Set the yticks to 0:50
- Set the yticklabels to (0:50).^2
- Take the sqrt of your data before plotting it
How to create axis with perfect square ticks
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Afonso Campos
el 31 de En. de 2021
Comentada: Afonso Campos
el 1 de Feb. de 2021
What should I do to plot my data along a y axis such as this:

0 comentarios
Respuesta aceptada
Rik
el 31 de En. de 2021
The answer from @Mara provides all the tools you need, but there are still some caveats. Note that the first option will not set the spacing and the second option will cause a mismatch between the values and the labels.
I think the best solution would be to do all of these things:
Ver también
Categorías
Más información sobre Axis Labels 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!