IDL Graphics Devices

IDL Direct Graphics support graphic output to the devices described in the table below. Each of these devices is described in a section of this chapter. The SET_PLOT procedure can be used to select the graphic device to which IDL directs its output. IDL Object Graphics does not rely on the concept of a current graphics device; see Objects and Object Graphics for details about IDL Object Graphics.

  • IDL Graphics Output Devices

Device Name

Page

Description

CGM

The CGM Device ·

Computer Graphics Metafile

HP

The HP-GL Device ·

Hewlett-Packard Graphics Language (HP-GL)

LJ

The LJ Device ·

Digital Equipment LJ250 (VMS Only)

MAC

The Macintosh Display Device ·

Macintosh display

NULL

The Null Display Device ·

No graphics output

PCL

The PCL Device ·

Hewlett-Packard Printer Control Language (PCL)

PRINTER

The Printer Device ·

System printer

PS

The PostScript Device ·

PostScript

REGIS

The Regis Terminal Device ·

Regis graphics protocol (DEC systems only)

TEK

The Tektronix Device ·

Tektronix compatible terminal

WIN

The Microsoft Windows Device ·

Microsoft Windows

X

The X Windows Device ·

X Window System

Z

The Z-Buffer Device ·

Z-buffer pseudo device

The DEVICE procedure controls the graphic device-specific functions. An attempt has been made to isolate all device-specific functions in this procedure.

DEVICE controls the graphics device currently selected by SET_PLOT. When using DEVICE, it is important to make sure that the current graphics device is the one you intend to use. This is because most of the devices have different keywords--you will most likely get a `` Keyword ... ... not allowed in call to: Device '' error if you call DEVICE when the wrong device is selected.

Keywords Accepted by the IDL Devices

Window Systems

Printing Graphics Output Files

The CGM Device

The HP-GL Device

The LJ Device

The Macintosh Display Device

The Null Display Device

The PCL Device

The Printer Device

The PostScript Device

The Regis Terminal Device

The Tektronix Device

The Microsoft Windows Device

The X Windows Device

The Z-Buffer Device