| 
test.pyExercise the Gnuplot.py module. This module is not meant to be a flashy demonstration; rather it is a
thorough test of many combinations of Gnuplot.py features. 
        
            | Imported modules |  |  
        | import Numeric from Numeric import NewAxis
 import math
 import os
 import tempfile
 import time
 
 |  
            | Functions |  |  
        | main wait
 
 |  
            |  | main |  
        | 
main ()
 Exercise the Gnuplot module. |  
            |  | wait |  
        | 
wait ( str=None,  prompt='Press return to show results...\n' )
 |  |