Ticklabel Orientation of 3D plot
Mostrar comentarios más antiguos
Hi,
Is there any way to orient the ticklabels in the 3D plot (scatter3, plot3 etc.) so that it will look almost parallel to the axis? I had this query for long time, but could not explain. However, I recently found an image (attached here) where the ticklables and the axis looks more realistic to each other and not oriented randomly. I tried by rotating the ticklabels, but it couldn't happen.
With Regards
Jaladhar Mahato
3 comentarios
dpb
el 1 de Ag. de 2019
That was not drawn in Matlab, or at least if is, it's done by somehow projecting onto the plane, not by just setting the tick label properties.
Best can do in ML is to rotate around the position, but the result is still canted with respect to the projected planes unfortunately.
Jaladhar Mahato
el 2 de Ag. de 2019
dpb
el 2 de Ag. de 2019
As I was certain it wasn't...and no, outside of drawing on the plane with the given projection, it can't be done in Matlab--the labels are not in the plane of the axes but just sat down in 3D space and the rotation is around only the one axis, can't make a general rotation of them.
I suppose one could, perhaps, manage to create a new axes in the plane and write to it with text() and the projection be correctly portrayed but I've not tried it...
Respuestas (0)
Categorías
Más información sobre Grid Lines, Tick Values, and Labels en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!