petr2008 0 Newbie Poster

Hello,

I am writing an application which consists of three parts:

- Fortran part generating data

- Gnuplot script which calls Fortran executable, reads the data
through pipe and creates plots

- python GUI which sends scripts to Gnuplot through pipe (using
subprocess.py)

Under Linux it works very well but I am struggling with Windows
version. In Windows installation of Gnuplot I found :

- wgnuplot_pipe : it can run my Fortran executable and plot the
data, however it seems that it does not accept command
through a pipe

- pgnuplot : it accepts commands through a pipe but it cannot run
my code to get data

Is there Gnuplot Windows executable which can do both things?

Thank you for any hint,

Petr