Go Back   Velocity Reviews > Newsgroups > PERL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

PERL - Gnuplot module

 
Thread Tools Search this Thread
Old 07-23-2003, 09:50 AM   #1
Default Gnuplot module


I just installed Chart::Graph::Gnuplot, 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


Alythh
  Reply With Quote
Old 07-28-2003, 07:30 AM   #2
Yuchung Cheng
 
Posts: n/a
Default Re: Gnuplot module

(Alythh) wrote in message news:<. com>...
> I just installed Chart::Graph::Gnuplot, 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?
>

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
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump