C++ and Excel interfaces for gnuplot |
·
Price ·
Download ·
Manual ·
OS ·
Support ·
Links |
QIPGraph is a set of C++ libraries and Excel interfaces to interact with gnuplot, a fast command line driven graphic software. Using QIPGraph, you can create complex graphics with a few simple lines of C++ or in Excel.
Here is a simple example and the matching graph output by gnuplot using C++:
#include "QIPGraph.h"
Plot plot(false,300,200); // get an instance of gnuplot
plot.command("p
[-pi:pi] cos(x)" );
30-day free trial. After this period 10$ a year.
You can download the 30-day free trial QIPGraph_1_0.zip file for Windows. Last build 05 March 2012. To buy it contact me.
The manual is accessible in html format QIPGraph.html
MS Windows XP and later
Excel 2003 and later
Loison.damien(usual sign)gmail.com