Table of Contents

Class: gnuplot_Suite Gnuplot/gnuplot_Suites.py

Methods   
gnuexec
halt
open_dialog
plot
splot
  gnuexec 
gnuexec (
        self,
        _object=None,
        _attributes={},
        **_arguments,
        )

gnuexec: execute a gnuplot command Required argument: a gnuplot command Keyword argument with_client: client application Keyword argument with_creator: creator code for any output Keyword argument with_type: file type for any output Keyword argument _attributes: AppleEvent attribute dictionary Returns: what gnuplot said

Exceptions   
aetools.Error

  halt 
halt (
        self,
        _no_object=None,
        _attributes={},
        **_arguments,
        )

halt: halt any processing Keyword argument _attributes: AppleEvent attribute dictionary

Exceptions   
TypeError
aetools.Error

  open_dialog 
open_dialog (
        self,
        _object=None,
        _attributes={},
        **_arguments,
        )

open dialog: open a gnuplot dialog Required argument: the dialog to open Keyword argument _attributes: AppleEvent attribute dictionary

Exceptions   
TypeError
aetools.Error

  plot 
plot (
        self,
        _object=None,
        _attributes={},
        **_arguments,
        )

plot: do a 2d plot of files or data Required argument: the data to plot Keyword argument with: line style Keyword argument _attributes: AppleEvent attribute dictionary Returns: what gnuplot said

Exceptions   
aetools.Error

  splot 
splot (
        self,
        _object=None,
        _attributes={},
        **_arguments,
        )

splot: do a 3d plot files or data Required argument: the data to plot Keyword argument with: line style Keyword argument _attributes: AppleEvent attribute dictionary Returns: what gnuplot said

Exceptions   
aetools.Error


Table of Contents

This document was automatically generated on Fri Jan 26 14:06:11 2001 by HappyDoc version r0_9_2