Hi all,
One of the most persistent problems I have with matplotlib is finding 
out which kwargs and args are available for some commands.
For instance, I am looking at manipulating axis ticks and labels in 
mplot3d, so I went to the mplot3d api page, and looked for useful 
commands and found:

set_xlabel(xlabel, fontdict=None, **kwargs)¶
     Set xlabel.

set_xlim3d(*args, **kwargs)¶
     Set 3D x limits.

However, there is no information that I can find about "args" and 
"kwargs" that I can use to figure out how to make my changes.

For the record, I want to be able to change the size of the font, the # 
and values of the tick marks, and to move the axis labels to one or the 
other end of the axis they are labelling.

Cheers
Michael

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to