In a figure with matplotlib I would like to make the font size for the tick labels using
ax1.set_xticklabels(
smaller. How can I?
And last part, how can one rotate it from horizontal to vertical ?
|
In a figure with matplotlib I would like to make the font size for the tick labels using
smaller. How can I? And last part, how can one rotate it from horizontal to vertical ? |
||||
|
|
|
Example code is for illustrative purposes and may not necessarily be optimized.
|
|||||||||||||
|
|
There is simpler actually. I just found :
This only answer to the size of label part of your question thought. |
|||
|
|