>>>>> "Zack" == Zack  <[EMAIL PROTECTED]> writes:

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

    Zack>     """ LABELPAD = 5 --------------

You can use it:

  ax.xaxis.LABELPAD = 10  
  ax.yaxis.LABELPAD = 10  

We could make it a property and rc param, though, so it is consistent
with the rest of the API.

JDH

-------------------------------------------------------------------------
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