driver#
Bases:
TUIMenu
Contains the available hardcopy formats.
Methods:
avz
(*args, **kwargs)Use AVZ output for hardcopies.
dump_window
(*args, **kwargs)Sets the command to dump a graphics window to a file.
eps
(*args, **kwargs)Sets the Encapsulated PostScript format.
glb
(*args, **kwargs)Produces GLB output for hardcopies.
hsf
(*args, **kwargs)Produces HOOPS Visualize Stream Format (HSF) output for hardcopies.
jpeg
(*args, **kwargs)Sets the JPEG image format.
list
(*args, **kwargs)Displays the current hardcopy format.
options
(*args, **kwargs)Enables you to set hardcopy options, such as landscape orientation, pen speed, and physical size.
png
(*args, **kwargs)Sets the PNG image format.
post_script
(*args, **kwargs)Sets the PostScript format.
ppm
(*args, **kwargs)Sets the PPM format.
tiff
(*args, **kwargs)Sets the TIFF format.
vrml
(*args, **kwargs)Sets the VRML format.
Classes:
post_format
(path, service)Contains commands for setting the PostScript driver format and save files in PS files that can be printed quickly.
Use AVZ output for hardcopies.
Sets the command to dump a graphics window to a file.
Sets the Encapsulated PostScript format.
Produces GLB output for hardcopies.
Produces HOOPS Visualize Stream Format (HSF) output for hardcopies.
Sets the JPEG image format.
Displays the current hardcopy format.
Enables you to set hardcopy options, such as landscape orientation, pen speed, and physical size. The options may be entered on one line if you separate them with commas.
Sets the PNG image format.
Bases:
TUIMenu
Contains commands for setting the PostScript driver format and save files in PS files that can be printed quickly.
Methods:
fast_raster
(*args, **kwargs)Enables a raster file that may be larger than the standard raster file, but will print much more quickly.
raster
(*args, **kwargs)Enables the standard raster file.
rle_raster
(*args, **kwargs)Enables a run-length encoded raster file that will be about the same size as the standard raster file, but will print slightly more quickly.
vector
(*args, **kwargs)Enables the standard vector file.
Enables a raster file that may be larger than the standard raster file, but will print much more quickly.
Enables the standard raster file.
Enables a run-length encoded raster file that will be about the same size as the standard raster file, but will print slightly more quickly. This is the default file type.
Enables the standard vector file.
Sets the PostScript format.
Sets the PPM format.
Sets the TIFF format.
Sets the VRML format.