|
From: Al C. <fa...@gm...> - 2026-07-03 17:06:28
|
One way we solved this problem in a realtime test was to write all the data to a file, and the using a Linux "tail" command (in a script) on that file, grab the latest data, and execute a gnuplot script, whenever we wanted a fresh plot. The linux script could loop with a timer I guess. On Fri, Jul 3, 2026 at 8:34 AM <gnu...@li...> wrote: > Send gnuplot-info mailing list submissions to > gnu...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > or, via email, send a message with subject or body 'help' to > gnu...@li... > > You can reach the person managing the list at > gnu...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of gnuplot-info digest..." > > > Today's Topics: > > 1. Graphing with GNUPlot with GTK4 UI Library (monkeyking9872) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 2 Jul 2026 13:00:32 -0500 > From: monkeyking9872 <mon...@gm...> > To: gnu...@li... > Subject: [Gnuplot-info] Graphing with GNUPlot with GTK4 UI Library > Message-ID: > < > CAO...@ma...> > Content-Type: text/plain; charset="UTF-8" > > 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 > > > ------------------------------ > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > ------------------------------ > > End of gnuplot-info Digest, Vol 215, Issue 1 > ******************************************** > |