How do I change axis label properties from gplotmatrix output? Say I want to rotate the labels and change horizontal alignment for all at once. Right now, they overlap since the text boxes are oriented vertically. When they rotate to zero degrees, they overlap the tick labels.
I want to do this programmatically, not in the GUI, since I can have 15 rows and columns and it slows down once I start trying to manipulate it by hand. I've tried combinations of findobj, set, gcf, etc from many, many google results, but no luck. I can't find the internal id's for the various labels, either.
I can make it a loop as a function of column/row numbers if that's easier, but I haven't gotten a loop to do what I want yet for each subplot, just the figure as if it's a plot itself.
0 Comments
Sign in to comment.