Table of Contents

Module: Graph sam/output/Graph.py
Imported modules   
from ErrorHandler import *
import Gnuplot
import Numeric
import OutputPlugins
from Selector import *
import gtk
import libglade
import os
import os.path
import string
Functions   
doPlot
  doPlot 
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

Classes   
GraphGui

Responsible for the graphing options gui and graphing the graph.


Table of Contents

This document was automatically generated on Wed Oct 30 23:04:21 2002 by HappyDoc version 2.0