Gnuplot module

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alythh

    Gnuplot module

    I just installed Chart::Graph::G nuplot, and I'm fairly satisfied.
    But...

    My wish is to be able to make a gnuplot() call, make it display the
    graph, and stay there while other data becomes available... while
    replotting the updated data.

    Is there a way to communicate between the two processes in this way?
    Or is this module just to output to a file?

    Thanks for any info

    Alessandro Magni
  • Yuchung Cheng

    #2
    Re: Gnuplot module

    alythh@netscape .net (Alythh) wrote in message news:<6a25ba72. 0307230050.57da 7475@posting.go ogle.com>...[color=blue]
    > I just installed Chart::Graph::G nuplot, and I'm fairly satisfied.
    > But...
    >
    > My wish is to be able to make a gnuplot() call, make it display the
    > graph, and stay there while other data becomes available... while
    > replotting the updated data.
    >
    > Is there a way to communicate between the two processes in this way?
    > Or is this module just to output to a file?
    >[/color]
    AFAIK, gnuplot only parse static data and generate the graph, even with
    "gnuplot -persist" command. The simplist way to do above is to call
    gnuplot every once while and re-plot to the same file.

    -yuchung

    Comment

    Working...