- Notifications
You must be signed in to change notification settings - Fork23
A trivial gnuplot interface for c++
License
NotificationsYou must be signed in to change notification settings
martinruenz/gnuplot-cpp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A trivial gnuplot interface for c++.
There aremany libraries providing the same solution, such asgnuplot-iostream.gnuplot-cpp aims at being lightweight and super easy to use. It functions by piping data to a gnuplot subprocess.
- Header only
- Lightweight (~50 lines of code)
- Easy to use
#include"gnuplot.h"intmain(){ GnuplotPipe gp; gp.sendLine("plot [-pi/2:pi] cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))");return0;}
Result:
About
A trivial gnuplot interface for c++
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
