Getting a second row of xlabels in matlab graph? -


how row of labels underneath xticklabel? ie patient 1, 2 3 4?

enter image description here shows how grouped labels can't quite work out example : how can adjust 3-d bar grouping , y-axis labeling in matlab?

for case, usage of function text() follows:

text(3,-.1,'patient1'); text(10,-.1,'patient2'); 

the first number x-coordinate in axis units , second 1 y-coordinate. thus, sign minus stands denote position of text below axis.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -