picture#
Bases:
TUIMenu
Saves a hardcopy file of the active graphics window.
Classes:
color_mode
(path, service)Contains the available color modes.
driver
(path, service)Contains the available hardcopy formats.
Methods:
dpi
(*args, **kwargs)Specifies the resolution in dots per inch for EPS and PostScript files.
invert_background
(*args, **kwargs)Enables/disables the exchange of foreground/background colors for hardcopy files.
jpeg_hardcopy_quality
(*args, **kwargs)Controls the size and quality of how JPEG files are saved based on a scale of 0-100, with zero being low quality small files and 100 being high quality larger files.
landscape
(*args, **kwargs)Toggles between landscape or portrait orientation.
preview
(*args, **kwargs)Applies the settings of the color-mode, invert-background, and landscape options to the currently active graphics window to preview the appearance of printed hardcopies.
set_standard_resolution
(*args, **kwargs)Select from pre-defined resolution list.
use_window_resolution
(*args, **kwargs)Disables/enables the use of the current graphics window resolution when saving an image of the graphics window.
x_resolution
(*args, **kwargs)Sets the width of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).
y_resolution
(*args, **kwargs)Sets the height of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).
Bases:
TUIMenu
Contains the available color modes.
Methods:
color
(*args, **kwargs)Selects full color and plots the hardcopy in color.
gray_scale
(*args, **kwargs)Selects gray scale (that is, various shades of gray) and converts color to gray-scale for hardcopy.
list
(*args, **kwargs)Displays the current hardcopy color mode.
mono_chrome
(*args, **kwargs)Selects color to monochrome (black and white) for hardcopy.
Selects full color and plots the hardcopy in color.
Selects gray scale (that is, various shades of gray) and converts color to gray-scale for hardcopy.
Displays the current hardcopy color mode.
Selects color to monochrome (black and white) for hardcopy.
Specifies the resolution in dots per inch for EPS and PostScript files.
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.
Enables/disables the exchange of foreground/background colors for hardcopy files.
Controls the size and quality of how JPEG files are saved based on a scale of 0-100, with zero being low quality small files and 100 being high quality larger files.
Toggles between landscape or portrait orientation.
Applies the settings of the color-mode, invert-background, and landscape options to the currently active graphics window to preview the appearance of printed hardcopies.
Select from pre-defined resolution list.
Disables/enables the use of the current graphics window resolution when saving an image of the graphics window. If disabled, the resolution will be as specified for x-resolution and y-resolution.
Sets the width of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).
Sets the height of the raster format images in pixels (0 implies that the hardcopy should use the same resolution as the active graphics window).