Function: GgiPlotExport Purpose: Export a plotfield to other tasks. Category: USER-INTERFACE, GRAPHICS File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident plotter; char *name; GgiPlotExport(plotter, plotname); plotter - the plotfield element. plotname - the name under which the plotfield is exported, if NULL, the name with which is was created is used. Description: GgiPlotExport exports a plotfield so that it will be available for other tasks. The PGPLOT device name will be of the form 'taskname:plotname'. This device is only available on the same machine, not on other machines. This is due to the fact that exported plotfields are accessed via Unix sockets. These reside in the user directory $HOME/.gipsy/ggidevices. Updates: Aug 13, 2004: JPT, Document created.