Hi, John!

On Sunday 17 September 2006 19:26, John Hunter wrote:

> The tick labels are part of the Tick, so this setting will affect
> them.  The Axis labels are automatically placed to be below (or to the
> left of) the tick labels.  So it may be enough to simply set the pad.

I have found the parameter I need.
It was placed inside of Axis class definition.

--------------
class Axis(Artist):

    """
    Public attributes
      transData - transform data coords to display coords
      transAxis - transform axis coords to display coords

    """
    LABELPAD = 5
--------------

I'm wondering if it might be possible to release this parameter, that
anyone could adjust it according his needs.

It will make matplotlib even more flexible.

Thanks for the great lib!

-- 
Alexey

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to