vtk_waveplot

vtk_waveplot_addwave

Usage:         
vtk_waveplot_addwave waveGroupName [OPTIONS]

Description:   
Where options are:

-color 		color 
-index 		index 
-yscale 	coeff 
-wave 		waveGroupName (to figure out wave index) 
-bin 		binInterval 
-thick 		thickness 
-style 		line|linearea|area|bar|impulse|step 
-solid 		-- same as -style area 
-max

vtk_waveplot_create

Usage:         
vtk_waveplot_create LABEL [OPTIONS]

Description:   
The vtk_waveplot* procedures allow the creation of one plot at a time. 

Start with 
1. vtk_waveplot_create, 
2. vtk_waveplot_addwave ... (repeated) 
3. vtk_waveplot_creategif GIFFILE 

Where options are: 
-xrange min max 
-yrange min max 
-refTs t 		-- Reference time in X axis 
-title title 
-w width 
-h height 
-tmargin top 
-bmargin bottom 
-lmargin left 
-rmargin right

vtk_waveplot_creategif

Usage:         
vtk_waveplot_creategif gifFile 

Description:
Create the gif file for the current wave plot.