Re: [Matplotlib-users] rotating x tick labels, bold labels with axislines toolkit???

2011-10-05 Thread Jae-Joon Lee
On Wed, Oct 5, 2011 at 11:50 AM, mdekauwe wrote: > Still haven't worked out the bold but I am sure there will be something on > that page > Try ax.axis["bottom"].label.set_text("Test") ax.axis["bottom"].label.set_weight("bold") IHTH, -JJ ---

Re: [Matplotlib-users] rotating x tick labels, bold labels with axislines toolkit???

2011-10-04 Thread mdekauwe
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#axisarti

[Matplotlib-users] rotating x tick labels, bold labels with axislines toolkit???

2011-10-04 Thread mdekauwe
Hi, I can't seem to combine the ability to rotate labels and make labels bold when I use the axislines toolkit (http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/axislines.html). Is there a way to make this work? e.g. the below script does not rotate the xtick labels or make the la