How to Move Position of Z Axis Ticks on Plot3 Graph?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I have managed to create a Plot3 as shown below, however I was hoping I could move the positions of the Tick Labels (highlighted in red) so that they are all on the outside of the graph (Like the m/z axis on my graph currently is). Does anyone know how to do this?
![MatLab Help.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/205213/image.png)
Thanks!
Harry
0 commentaires
Réponses (1)
Naman Bhaia
le 28 Fév 2019
Tick direction can be changed using the TickDir property. The following will make the ticks point away from the graph:
set(gca,'TickDir','out'); % The other option is 'in'
0 commentaires
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!