Package PyKF :: Module Plot :: Class PlotFactory
[show private | hide private]
[frames | no frames]

Class PlotFactory

Gnuplot --+
          |
         PlotFactory


Method Summary
  __init__(self, debug)
Class initialization
  histogram(self, data, name, nbins, xlab, ylab, xrange, suffix, discrete, format)
Internal histogram specification for handling nested arrays
  trace(self, data, name, xlab, ylab, suffix, style, format, same_axes)
Internal plotting specification for handling nested arrays

Method Details

__init__(self, debug=False)
(Constructor)

Class initialization
Overrides:
Gnuplot._Gnuplot.Gnuplot.__init__

histogram(self, data, name, nbins=None, xlab=None, ylab='Frequency', xrange=None, suffix='', discrete=False, format='png')

Internal histogram specification for handling nested arrays

trace(self, data, name, xlab='Iteration', ylab=None, suffix='', style='lines', format='png', same_axes=False)

Internal plotting specification for handling nested arrays

Generated by Epydoc 2.1 on Tue Mar 22 13:16:54 2005 http://epydoc.sf.net