Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module plot :: Class PlotGraphics |
|
Method Summary | |
---|---|
Creates PlotGraphics object objects - list of PolyXXX objects to make graph title - title shown at top of graph xLabel - label shown on x-axis yLabel - label shown on y-axis | |
__getitem__(self,
item)
| |
__len__(self)
| |
boundingBox(self)
| |
draw(self,
dc)
| |
Returns list of legend names | |
Get max width and height of lines and markers symbols for legend | |
Get the title at the top of graph | |
Get x axis label string | |
Get y axis label string | |
scaleAndShift(self,
scale,
shift)
| |
Thickens up lines and markers only for printing | |
Set the title at the top of graph | |
Set the X axis label on the graph | |
Set the Y axis label on the graph |
Method Details |
---|
__init__(self,
objects,
title='',
xLabel='',
yLabel='')
Creates PlotGraphics object
objects - list of PolyXXX objects to make graph
title - title shown at top of graph
xLabel - label shown on x-axis
yLabel - label shown on y-axis |
getLegendNames(self)Returns list of legend names |
getSymExtent(self, printerScale)Get max width and height of lines and markers symbols for legend |
getTitle(self, title='')Get the title at the top of graph |
getXLabel(self)Get x axis label string |
getYLabel(self)Get y axis label string |
setPrinterScale(self, scale)Thickens up lines and markers only for printing |
setTitle(self, title='')Set the title at the top of graph |
setXLabel(self, xLabel='')Set the X axis label on the graph |
setYLabel(self, yLabel='')Set the Y axis label on the graph |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:18 2005 | http://epydoc.sf.net |