|
From: mdekauwe <mde...@gm...> - 2011-10-05 02:50:53
|
For those interested things are defined differently. ax.axis["bottom"].major_ticklabels.set_pad(10) ax.axis["bottom"].label.set_pad(15) ax.axis["bottom"].major_ticklabels.set_rotation(30) explained well here (http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/axisartist.html#axisartist-manual), i missed this! Still haven't worked out the bold but I am sure there will be something on that page -- View this message in context: http://old.nabble.com/rotating-x-tick-labels%2C-bold-labels-with-axislines-toolkit----tp32593701p32593884.html Sent from the matplotlib - users mailing list archive at Nabble.com. |