Tick Labels INSIDE plot
Mostra commenti meno recenti
Is there any way to place tick labels INSIDE a plot area? By default they appear on the outside, and I can't find a property that would change their location to anything except the default, to the left of the plot (for the y-axis). Reason is I have several plots directly next to each other.
Risposte (2)
Fangjun Jiang
il 30 Ago 2011
0 voti
plotyy() might help if you have two plots, but if you have several plots, I am not sure. I am not aware any way you can change the position of tick labels.
Walter Roberson
il 30 Ago 2011
0 voti
Sorry, you will need to text() the labels in to position manually.
Possibly one of the MATLAB File Exchange contributions might already do what you need. When anything like this comes up, the first place I look is at plt()
Categorie
Scopri di più su Grid Lines, Tick Values, and Labels in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!