gnuplot++: Gnuplot API using C++

gnuplot++ is a Gnuplot API through c++ developed by Jun Asanuma. It utilizes many features of standards C++, such as class templates, STL and iterators.

gnuplot++ can be distributed under GNU GPL. Comments are welcomed to my mail address.

History

2004/07/08 ver 1.0 beta released.

Documentation

Doxygen-generated docs

Programming Example

  1. Demo 1: simple example
  2. Demo 2: mulitplot example with iterator
  3. Demo 3: mulitplot example with 2X3 class gptable

Download

tar ball with sources and demos
Jun Asanuma