hardcopy#
Bases:
TUIMenu
Hardcopy options menu.
Classes:
color_mode
(path, service)Enter the hardcopy color mode menu.
driver
(path, service)Enter the set hardcopy driver menu.
Methods:
dpi
(*args, **kwargs)Set the DPI for EPS and Postscript files, specifies the resolution in dots per inch (DPI) instead of setting the width and height.
invert_background
(*args, **kwargs)Use a white background when the picture is saved.
jpeg_hardcopy_quality
(*args, **kwargs)To set jpeg hardcopy quality.
landscape
(*args, **kwargs)Plot hardcopies in landscape or portrait orientation.
preview
(*args, **kwargs)Display a preview image of a hardcopy.
set_standard_resolution
(*args, **kwargs)Select from pre-defined resolution list.
use_window_resolution
(*args, **kwargs)Use the currently active window's resolution for hardcopy (ignores the x-resolution and y-resolution in this case).
x_resolution
(*args, **kwargs)Set the width of raster-formatted images in pixels (0 implies current window size).
y_resolution
(*args, **kwargs)Set the height of raster-formatted images in pixels (0 implies current window size).
Bases:
TUIMenu
Enter the hardcopy color mode menu.
Methods:
color
(*args, **kwargs)Plot hardcopies in color.
gray_scale
(*args, **kwargs)Convert color to grayscale for hardcopy.
list
(*args, **kwargs)Display the current hardcopy color mode.
mono_chrome
(*args, **kwargs)Convert color to monochrome (black and white) for hardcopy.
Plot hardcopies in color.
Convert color to grayscale for hardcopy.
Display the current hardcopy color mode.
Convert color to monochrome (black and white) for hardcopy.
Set the DPI for EPS and Postscript files, specifies the resolution in dots per inch (DPI) instead of setting the width and height.
Bases:
TUIMenu
Enter the set hardcopy driver menu.
Methods:
avz
(*args, **kwargs)Use AVZ output for hardcopies.
dump_window
(*args, **kwargs)Set the command used to dump the graphics window to a file.
eps
(*args, **kwargs)Produce encapsulated PostScript (EPS) output for hardcopies.
glb
(*args, **kwargs)Use GLB output for hardcopies.
hsf
(*args, **kwargs)Use HSF output for hardcopies.
jpeg
(*args, **kwargs)Produce JPEG output for hardcopies.
list
(*args, **kwargs)List the current hardcopy driver.
options
(*args, **kwargs)Set the hardcopy options.
png
(*args, **kwargs)Use PNG output for hardcopies.
post_script
(*args, **kwargs)Produce PostScript output for hardcopies.
ppm
(*args, **kwargs)Produce PPM output for hardcopies.
tiff
(*args, **kwargs)Use TIFF output for hardcopies.
vrml
(*args, **kwargs)Use VRML output for hardcopies.
Classes:
post_format
(path, service)Enter the PostScript driver format menu.
Use AVZ output for hardcopies.
Set the command used to dump the graphics window to a file.
Produce encapsulated PostScript (EPS) output for hardcopies.
Use GLB output for hardcopies.
Use HSF output for hardcopies.
Produce JPEG output for hardcopies.
List the current hardcopy driver.
Set the hardcopy options. Available options are: “no gamma correction”, disables gamma correction of colors, “physical size = (width,height)”, where width and height are the actual measurements of the printable area of the page in centimeters. “subscreen = (left,right,bottom,top)”, where left,right, bottom, and top are numbers in [-1,1] describing a subwindow on the page in which to place the hardcopy. The options may be combined by separating them with commas.
Use PNG output for hardcopies.
Bases:
TUIMenu
Enter the PostScript driver format menu.
Methods:
fast_raster
(*args, **kwargs)Use the new raster format.
raster
(*args, **kwargs)Use the original raster format.
rle_raster
(*args, **kwargs)Use the run-length encoded raster format.
vector
(*args, **kwargs)Use vector format.
Use the new raster format.
Use the original raster format.
Use the run-length encoded raster format.
Use vector format.
Produce PostScript output for hardcopies.
Produce PPM output for hardcopies.
Use TIFF output for hardcopies.
Use VRML output for hardcopies.
Use a white background when the picture is saved.
To set jpeg hardcopy quality.
Plot hardcopies in landscape or portrait orientation.
Display a preview image of a hardcopy.
Select from pre-defined resolution list.
Use the currently active window’s resolution for hardcopy (ignores the x-resolution and y-resolution in this case).
Set the width of raster-formatted images in pixels (0 implies current window size).
Set the height of raster-formatted images in pixels (0 implies current window size).