Home | Trees | Indices | Help |
|
---|
|
|
|||
|
Test Test case |
|
|||
| _isSequence(object) | ||
| _plotData(data) | ||
| _plotWithLabels(data) | ||
|
_barGraphPlotData(data) _barGraphPlotData(data): |
||
| _scatterData(data, marker='points') | ||
| _scatterData3D(data) | ||
| _parallelAxesPlotData(data, origin) | ||
| _execute(command, filelist, keywords) | ||
| plot(*data, **keywords) | ||
| plotWithLabels(data, **keywords) | ||
|
boxPlot(*data,
**keywords) boxPlot |
||
| scatter(*data, **keywords) | ||
| parallelAxesPlot(data, **keywords) |
|
|||
|
filename = tempfile.mktemp()
|
||
|
file = open(filename, 'w')
|
||
|
gnuplot = os.popen('gnuplot -persist '+ filename+ ' 2>&1', 'r')
|
||
|
response = gnuplot.readlines()
|
||
|
old_version = response and string.index(response [0], '-persist') ...
|
||
|
installed = 1
|
||
|
_gnuplot_pipes = []
|
|
|
|
|
_barGraphPlotData(data): |
|
|
|
|
|
|
boxPlot |
|
|
|
filename
|
file
|
gnuplot
|
response
|
old_version
|
installed
|
_gnuplot_pipes
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:50 2007 | http://epydoc.sourceforge.net |