Home | Trees | Index | Help |
---|
Package SimPy :: Module SimPlot :: Class SimPlot |
|
object
--+
|
SimPlot
Method Summary | |
---|---|
__init__(self,
root)
| |
To provide a File menu (postscript output, more to come) to the plotxxxx plots | |
mainloop(self)
| |
makeBars(self,
points,
**attr)
| |
makeGraphBase(self,
master,
width,
height,
background,
title,
xtitle,
ytitle,
**kw)
| |
makeGraphObjects(self,
objects)
| |
Makes a histogram graph. | |
makeLine(self,
points,
**attr)
| |
makeStep(self,
points,
**attr)
| |
makeSymbols(self,
points,
**attr)
| |
plotBars(self,
points,
windowsize,
title,
color,
width,
size,
fillcolor,
fillstyle,
outline,
background,
xlab,
ylab,
xaxis,
yaxis,
anchor)
| |
Makes a histogram plot. | |
plotLine(self,
points,
windowsize,
title,
width,
color,
smooth,
background,
xlab,
ylab,
xaxis,
yaxis)
| |
plotScatter(self,
points,
windowsize,
title,
width,
color,
fillcolor,
size,
fillstyle,
outline,
marker,
background,
xlab,
ylab,
xaxis,
yaxis)
| |
plotStep(self,
points,
windowsize,
title,
width,
color,
background,
xlab,
ylab,
xaxis,
yaxis)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
graphMenu(self, root, graph)To provide a File menu (postscript output, more to come) to the plotxxxx plots |
makeHistogram(self, points, **attr)Makes a histogram graph. 'points' must be a Histogram-like object. |
plotHistogram(self, points, windowsize=(500, 300), title='', width=1, color='black', background='white', xlab='x', ylab='y', xaxis='automatic', yaxis='automatic')Makes a histogram plot. 'points' must be a Histogram-like object. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 31 12:03:22 2005 | http://epydoc.sf.net |