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
|
|
halt
|
halt (
self,
_no_object=None,
_attributes={},
**_arguments,
)
halt: halt any processing
Keyword argument _attributes: AppleEvent attribute dictionary
|
|
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
|
|
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
|
|
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
|
|