|
From: monkeyking9872 <mon...@gm...> - 2026-07-02 18:00:52
|
Hi All, This is my first time posting here, so my apologies if this has already been discussed. I was wondering if anyone has used the graphing/plotting abilities of GNUPlot with the GTK4 UI library. In particular, I am writing my program in C. My first approach is going to be attempting to read in data in gnuplot from the standard input (stdin), since I believe that is how data is being re-directed to gnuplot in this example of live-plotting with GNUPlot: http://hxcaine.com/blog/2013/02/28/running-gnuplot-as-a-live-graph-with-automatic-updates/ Let me know if there are cleaner methods anyone knows of. Thank you, MonkeyMan |