donjan / gnuplot-cpp

Automatically exported from code.google.com/p/gnuplot-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gnuplot-cpp

C++ interface to Gnuplot via POSIX pipes

This project was hosted on google code. Since google dropped google code, this project was moved to github.

Coverity Scan Build Status

Use with CMake Projects

To use this interface within your CMake projects, you can use the gnuplot-cppConfig.cmake. Just make sure, that CMake is able to find the gnuplot-cpp directory, either by moving it to the CMake search path, or setting graybat-cpp_dir.

To include it into your project just add:

find_package(gnuplot-cpp REQUIRED)
include_directories(${gnuplot-cpp_INCLUDE_DIRS})

About

Automatically exported from code.google.com/p/gnuplot-cpp


Languages

Language:C++ 97.9%Language:Shell 1.0%Language:Makefile 0.8%Language:CMake 0.3%