Cantera.tecplot
index
/usr/local/lib/python2.6/dist-packages/Cantera/tecplot.py

TECPLOT utilities.

 
Functions
       
write_TECPLOT_zone(fname, title, zone, names, npts, nvar, append, data)
Write a TECPLOT zone specification to generate line plots of multiple
variables.
fname    -- file name
title    -- plot title
zone     -- zone name
names    -- sequence of variable names
npts     -- number of data points
nvar     -- number of variables
append   -- if > 0, append to plot file, otherwise overwrite
data     -- object to generate plot data. This object must have a
            method 'value', defined so that data.value(j,n) returns
            the value of variable n at point j.