# gnuplot-cpp **Repository Path**: TomatoChewgum/gnuplot-cpp ## Basic Information - **Project Name**: gnuplot-cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-06 - **Last Updated**: 2023-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gnuplot-cpp C++ interface to Gnuplot via POSIX pipes This project was hosted on [google code](https://code.google.com/archive/p/gnuplot-cpp/). Since google dropped google code, this project was moved to github. Total alerts ![Code scanning - action](https://github.com/orbitcowboy/gnuplot-cpp/workflows/Code%20scanning%20-%20action/badge.svg) # 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}) ```