Getting a second row of xlabels in matlab graph? -
how row of labels underneath xticklabel? ie patient 1, 2 3 4?
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
Post a Comment