At present, support for multiple devices of the same type is not complete. Each PGPLOT device driver needs to be modified to support multiple devices of the same type (i.e., served by the same driver), or to explicitly prohibit opening more than one device. Some of the older drivers have not yet been modified, and these drivers may give incorrect results if you attempt to use them to open two devices. There should never be any problem with unlike devices served by different drivers, e.g., /XTERM and /PS.
A bug has been fixed in GRPIXL (support routine for PGPIXL); this should improve speed.
Two bugs have been fixed in the X-window driver (XWDRIV): it would sometimes cause color maps to be set incorrectly; it allowed only 255 colors, not 256.
const
qualified declarations in the
function prototypes.
const
qualifier where appropriate. This makes it easier to use the
function prototypes with C++. Most arguments declared
float *
or char *
are now const float
*
or const char *
(except for returned values).