gnuplot-iostream
gnuplot-iostream copied to clipboard
C++ interface to gnuplot
Hello, I've been trying to use gnuplot-iostream for live plotting Arduino data as it is read using my c++ program. I'm finding that it produces some unknown errors and the...
Hello, I wanted to ask if it's possible to animate two functions? I tried to expand the "demo_animation" in example-misc.cc, but that didn't work. I tried the following code, among...
Hi, I need to do a few (~ 650k) fits from within my program. Is it possible to automatically read the result back into a variable? Or should I rather...
I am running into issues with hangs when trying to close the Gnuplot object, it's destructor appears to hang inside of an fclose command. When this happens I am rendering...
Hello, Is there a way to close a gnuplot window using a code line (without click on the closing cross) ? Thank you for your help, Paul-Gauthier Noé
Hi there, I have cloned the gnuplot on mac. But when I am trying to include the gnuplot-iostream file. The system cannot find it. Can you give some hints to...
Apparently, none of `gp
First, thanks for your work on the project. I am trying to create an image and dump it to the console instead of through a file. I am able to...
Hi, thank you for a nice gnuplot wrapper. As you support armadillo datatypes it would be handy to support also their subviews...
hello, when I try to compile the code and input "cmake ./ -G "MinGW Makefiles"", but something wrong happen like following: ----------------------------------------------------------------------------------------------------------------------------------------------- C:\Users\yrwu\Desktop\porous\gnuplot-iostream-master>cmake ./ -G "MinGW Makefiles" CMake Error: Error:...