How to align and wrap labels according to perspective of 3D figure
15 次查看(过去 30 天)
显示 更早的评论
I'd like to modify my x/y ticks and related labels, as they should lay in their associated plane.
I've attached the matlab-membrane, once plotted in matlab (object of interest) and origin (ticks and labels as I want them to look like).
Is it possible the get the layout of the origin-plot in matlab, too?
matlab-plot
origin-plot
0 个评论
回答(2 个)
Sreelakshmi S.B
2019-3-7
You can rotate the axis labels by setting properties 'XTickLabelRotation' and 'YTickLabelRotation' for the axes(try rotating by 45 degrees).It won't change their planes but the labels would look more like the ones in your original plot. You can also try modifying a few of the other properties using the 'Property Inspector' of the image or by altering the properties of the axes(use 'gca' for this) and see what comes closest to your image.
You can find a list of the properties available for the axes here:
Additionally, you can also try using 'text' in place of labels for the axes and try altering the properties of text. You can find the properties available for 'text' here:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labels and Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!