|
LTL
2.0.x
|
Files | |
| file | gnuplot.h |
Classes | |
| class | ltl::Gnuplot |
Simple interface to call gnuplot and send MArray and FVector objects. An instance of a Gnuplot class encapsulates a pipe into gnuplot's stdin. It exports a stream interface to the user, so that any gnuplot command can be sent via operator<<. For convenience, functions handling the loops over elements and the necessary formatting to plot elements of 1-D MArray against index number, two 1-D MArray against each other, 2-D MArray surfaces, and elements of any stl-iterator compatible container are provided.
The follwing example code should be self-explanatory:
1.8.5