From: Oliver B. <ol...@fi...> - 2008-01-22 00:21:19
|
Zitat von Torquil Macdonald Sørensen <to...@gm...>: > Hello, sorry to ask so many questions... I am trying to get plplot to > rewrite > the plot to the same file several times (part of my quest to write to > a pipe > into ffmpeg). In between plots (plbop().....pleop()) I delete the > file [...] When you give the outputfile the name "-" plplot-lib will write to stdout!!! You can make your executable that writes a stream to stdout and then redirect the output of your file into the fifo! $ my-stream-generator > my_fifo But at the other end of the fifo, then you maybe have to cut the stream into seperated files... ...depends on your reading process / program, if it can read plplot-lib's output directly. Ciao, Oliver |