Trees | Index | Help |
|
---|
Package PyKF :: Module Plot :: Class PlotFactory |
|
Gnuplot
--+
|
PlotFactory
Method Summary | |
---|---|
Class initialization | |
Internal histogram specification for handling nested arrays | |
Internal plotting specification for handling nested arrays | |
Inherited from Gnuplot | |
Send a command string to gnuplot. | |
Add a list of items to the itemlist (but don't plot them). | |
Clear the 'PlotItems' from the queue. | |
Clear the plot window (without affecting the current itemlist). | |
Create a hardcopy of the current plot. | |
Allow user to type arbitrary commands to gnuplot. | |
Load a file using gnuplot's 'load' command. | |
Draw a new plot. | |
Refresh the plot, using the current 'PlotItem's. | |
Replot the data, possibly adding new 'PlotItem's. | |
Reset all gnuplot settings to their defaults and clear itemlist. | |
Save the current plot commands using gnuplot's 'save' command. | |
Set one or more settings at once from keyword arguments. | |
Set an on/off option. | |
Set or clear a label option, which can include an offset or font. | |
Set a range option (xrange, yrange, trange, urange, etc.). | |
Set a string option, or if s is omitted, unset the option. | |
Draw a new three-dimensional plot. | |
Set the plot's title. | |
Set the plot's xlabel. | |
Set the plot's ylabel. |
Class Variable Summary | |
---|---|
Inherited from Gnuplot | |
dict |
optiontypes = {'polar': 'boolean', 'yrange': 'range', 't...
|
Method Details |
---|
__init__(self,
debug=False)
Class initialization
|
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 |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Mar 22 13:16:54 2005 | http://epydoc.sf.net |