Borrar filtros
Borrar filtros

How to change the direction of axis name?

2 visualizaciones (últimos 30 días)
Jasnoor Singh
Jasnoor Singh el 24 de Mayo de 2016
Comentada: Jasnoor Singh el 25 de Mayo de 2016
I have the following graph. I want "X-Direction" and "Y-Direction" to be written parallel to the lines of the 3D figure, just like "Pressure (kPa)" along the z axis. Right now they are placed horizontally and don't look good. Any suggestions please?

Respuesta aceptada

dpb
dpb el 24 de Mayo de 2016
xlabel('X-Direction','rotation',20)
ylabel('Y-Direction','rotation',-20)
  3 comentarios
dpb
dpb el 24 de Mayo de 2016
No problem--btw, they're text objects so all associated properties are available. It's kinda' a tangled link to get there from where you would normally start with axes or somesuch, but eventually you can drill down if keep following the properties links...
Jasnoor Singh
Jasnoor Singh el 25 de Mayo de 2016
Got it. Cheers!

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by