|
From: felipe r. <fel...@gm...> - 2011-05-26 11:37:29
|
Hi Everybody,
I try run gnuplot from a fortran program in Windows SO. I have a file with
sentences in gnuplot, in the example proc.txt. In gnuplot run this file with
load("proc.txt"). I've managed to display the gnuplot terminal but not run the
file.
PROGRAM principal
CALL ESCRIBIR
END PROGRAM
SUBROUTINE ESCRIBIR
WRITE(*,*)'HOLA VAMOS A INTENTAR LLAMAR A GNUPLOT Y QUE PLOTEE ALGO'
CALL SYSTEM('gnuplot> load"proc.txt"')
!call system(gnuplot)
!read(*,*)
END SUBROUTINE ESCRIBIR
In the same folder I have the gnuplot.exe and executable program principal.
Please, I need help. Thanks very much!
Regards,
--
----------------------------------------------------------
FELIPE RODRÍGUEZ FONTE
ESTUDIANTE DE ING.INDUSTRIAL
UNIVERSIDAD DE LAS PALMAS DE G.C
fel...@gm...
|