picture#
Bases:
TUIMenu
Enter the hardcopy/save-picture options menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
color_mode
(service, version, mode, path)Enter the hardcopy color mode menu.
dpi
(service, version, mode, path)Set the DPI for EPS and Postscript files, specifies the resolution in dots per inch (DPI) instead of setting the width and height.
driver
(service, version, mode, path)Enter the set hardcopy driver menu.
invert_background
(service, version, mode, path)Use a white background when the picture is saved.
jpeg_hardcopy_quality
(service, version, ...)To set jpeg hardcopy quality.
landscape
(service, version, mode, path)Plot hardcopies in landscape or portrait orientation.
preview
(service, version, mode, path)Display a preview image of a hardcopy.
raytracer_image
(service, version, mode, path)Enable raytracering rendering.
set_standard_resolution
(service, version, ...)Select from pre-defined resolution list.
use_window_resolution
(service, version, ...)Use the currently active window's resolution for hardcopy (ignores the x-resolution and y-resolution in this case).
x_resolution
(service, version, mode, path)Set the width of raster-formatted images in pixels (0 implies current window size).
y_resolution
(service, version, mode, path)Set the height of raster-formatted images in pixels (0 implies current window size).
__init__ method of TUIMenu class.
Bases:
TUIMethod
Set the DPI for EPS and Postscript files, specifies the resolution in dots per inch (DPI) instead of setting the width and height.
Bases:
TUIMethod
Use a white background when the picture is saved.
Bases:
TUIMethod
To set jpeg hardcopy quality.
Bases:
TUIMethod
Plot hardcopies in landscape or portrait orientation.
Bases:
TUIMethod
Display a preview image of a hardcopy.
Bases:
TUIMethod
Enable raytracering rendering.
Bases:
TUIMethod
Select from pre-defined resolution list.
Bases:
TUIMethod
Use the currently active window’s resolution for hardcopy (ignores the x-resolution and y-resolution in this case).
Bases:
TUIMethod
Set the width of raster-formatted images in pixels (0 implies current window size).
Bases:
TUIMethod
Set the height of raster-formatted images in pixels (0 implies current window size).