On Thu, 08 Aug 2013, Bruce wrote:
> I am using gnuplot to draw some graphs in a panel. To do this I create a
> gnuplot script and then Shell that script with
> $sop = Shell scmd
> where $sop is a process.
>
> Here's the problem. When gnuplot creates the plot it does so as a new
> process,
I am using gnuplot to draw some graphs in a panel. To do this I create a
gnuplot script and then Shell that script with
$sop = Shell scmd
where $sop is a process.
Here's the problem. When gnuplot creates the plot it does so as a new
process, typically the pid is one more than $sop.Handle.