Function: GgiPlotShow Purpose: Recall a plot from a pixmap ("frame"). Category: USER-INTERFACE, GRAPHICS File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident plotter; int frame GgiPlotShow(plotter, frame); plotter - the plotfield element. frame - the frame number, starting with 0 (zero). Description: GgiPlotShow recalls the specified frame and displays it in the plot window. Related documents: GgiPlotFrames.dc2, GgiPlotRecord.dc2. Updates: Jan 25, 1999: JPT, Document created.