|
numerics 0.1.0
|
#include <plot.hpp>
Public Member Functions | |
| Gnuplot (const std::string &args="") | |
| ~Gnuplot () | |
| Gnuplot (const Gnuplot &)=delete | |
| Gnuplot & | operator= (const Gnuplot &)=delete |
| Gnuplot & | operator<< (const std::string &cmd) |
| void | send1d (const Series &data) |
| void | flush () |
Thin C++ wrapper around a gnuplot pipe (popen). Commands via operator<<; inline data via send1d().
|
inlineexplicit |
|
delete |
|
inline |