doPlot ( table )
Purpose: This function gets registered with the OutputPlugins
class and gets called (with a table as input) when
MainWindow needs output to be done. Creates an
instance of the GraphGui class, which handles getting
options from the user and graphing the graph, either
to screen or to a file. Used by: OutputPlugins
Uses: GraphGui
Input: table : Table
Output: None
Preconditions: None
Postconditions: None
SRS Refs: 3.2.1.6a, 3.2.1.6b, 3.2.1.7, 5.2.2, 3.2.2.2
Author: mayadm
Date: 16/7/02
|