Program: PGVIEW Purpose: Create one or more PGPLOT devices for screen display. Category: DISPLAY File: pgview.src Author: J.P. Terlouw Keywords: **XYSIZE= horizontal and vertical size in pixels [700 535]. **N= number of devices [1]. Description: PGVIEW creates one or more temporary PGPLOT devices which can be used as an alternative to the standard X11 device. An advantage is the correct handling of expose events so that the window's contents is not lost, e.g., when it has been covered by another window. With the hidden keyword N= more than one device can be created. Multiple devices are stacked in one column and all have the same size. The devices will have names 'PGVIEW:0', 'PGVIEW:1', etc. Updates: Apr 22, 2009: JPT, Document created. May 18, 2012: JPT, XYSIZE= keyword hidden; changed default size