Home | Trees | Indices | Help |
---|
|
object --+ | dict --+ | Axes
Axes attribute dictionary storage
Use this class via GChart(...).axes Methods are taken one at a time, like so:
>>> G = GChart() >>> G.axes.type('xy') {} >>> G.axes.label(1,'Label1') # X Axis {} >>> G.axes.label(2,'Label2') # Y Axis {}
|
|||
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Add style to your axis, one at a time args are of the form: <axis color>, <font size>, <alignment>, <drawing control>, <tick mark color> APIPARAM: chxs |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Sep 30 14:59:36 2009 | http://epydoc.sourceforge.net |