From: Gökhan S. <gok...@gm...> - 2009-11-13 18:43:25
|
On Fri, Nov 13, 2009 at 12:36 PM, per freem <per...@gm...> wrote: > hi all, > > how can the space between the label (e.g. thing created by > plt.xlabel('mylabel')) and the axes be adjusted? i am not talking > about the space between the ticklabels of the axes and the axes > themselves (which is set by 'xtick.major.pad' or 'ytick.major.pad') > but between the overall axes label and the axes. > > how can this be done? thanks. > > Using the set_position method, e.g. : xlab = plt.xlabel("my x-axes label") xlab.set_position((0.2, 0.1)) > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Gökhan |