#include "plots.h"#include "Array.h"#include "ctexceptions.h"#include <vector>#include <string>#include <fstream>

Go to the source code of this file.
Namespaces | |
| namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
| void | writePlotFile (const std::string &fname, const std::string &fmt, const std::string &plotTitle, const std::vector< std::string > &names, const Array2D &data) |
| Write a Plotting file. | |
| void | outputTEC (std::ostream &s, const std::string &title, const std::vector< std::string > &names, const Array2D &data) |
| Write a Tecplot data file. | |
| void | outputExcel (std::ostream &s, const std::string &title, const std::vector< std::string > &names, const Array2D &data) |
| Write an Excel spreadsheet in 'csv' form. | |
Definition in file plots.cpp.
1.6.3