| 
        
            | Methods |  |  
        | gnuexec plot
 splot
 
 |  
            |  | gnuexec |  
        | 
gnuexec (
        self,
        _object=None,
        _attributes={},
        **_arguments,
        )
exec: execute a gnuplot command
        Required argument: gnuplot command
        Keyword argument _attributes: AppleEvent attribute dictionary 
        
            | Exceptions |  |  
        | TypeError, 'No optional args expected' aetools.Error, aetools.decodeerror( _arguments )
 
 |  |  
            |  | plot |  
        | 
plot (
        self,
        _object=None,
        _attributes={},
        **_arguments,
        )
plot: create a 2-D plot        Required argument: data to be plotted
        Keyword argument _attributes: AppleEvent attribute dictionary 
        
            | Exceptions |  |  
        | TypeError, 'No optional args expected' aetools.Error, aetools.decodeerror( _arguments )
 
 |  |  
            |  | splot |  
        | 
splot (
        self,
        _object=None,
        _attributes={},
        **_arguments,
        )
splot: create a 3-D plot
        Required argument: data to be plotted
        Keyword argument _attributes: AppleEvent attribute dictionary 
        
            | Exceptions |  |  
        | TypeError, 'No optional args expected' aetools.Error, aetools.decodeerror( _arguments )
 
 |  |  |