A C++ interface to gnuplot. More...
#include <gnuplot_i.hpp>
Public Member Functions | |
GnuplotException (const std::string &msg) |
A C++ interface to gnuplot.
The interface uses pipes and so won't run on a system that doesn't have POSIX pipe support Tested on Windows (MinGW and Visual C++) and Linux (GCC)
Version history: 0. C interface by N. Devillard (27/01/03) 1. C++ interface: direct translation from the C interface by Rajarshi Guha (07/03/03) 2. corrections for Win32 compatibility by V. Chyzhdzenka (20/05/03) 3. some member functions added, corrections for Win32 and Linux compatibility by M. Burgis (10/03/08)
Requirements: gnuplot has to be installed (http://www.gnuplot.info/download.html) for Windows: set Path-Variable for Gnuplot path (e.g. C:/program files/gnuplot/bin) or set Gnuplot path with: Gnuplot::set_GNUPlotPath(const std::string &path);
Definition at line 60 of file gnuplot_i.hpp.
GnuplotException::GnuplotException | ( | const std::string & | msg | ) | [inline] |
Definition at line 63 of file gnuplot_i.hpp.