Borrar filtros
Borrar filtros

How to have labels stick to axis?

22 visualizaciones (últimos 30 días)
John
John el 29 de Nov. de 2016
Editada: dpb el 1 de Dic. de 2016
On 3D kind of graphics, the labels are horizontal, like attached.
Is it possible to make the labels rotated parallel to axis?
Thanks.

Respuestas (1)

dpb
dpb el 29 de Nov. de 2016
Editada: dpb el 1 de Dic. de 2016
xlabel('X Label','rotation', 30)
zlabel('Z Label','rotation',-30)
Look at the Text Properties section for details of all available properties.
ADDENDUM
Re: topic of making "stick" with axes, that's a toughie I think....not sure how to even determine the actual angle of the axes projection--I presume is related to the 'CameraPositionX' values, but there's nothing builtin from which one can retrieve the angle needed to make the labels precisely parallel with the axes as rendered and certainly not dynamically.
This would be good enhancement-request fodder methinks...

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by