Program Translation - Nov. 14, 2013

James Van Buskirk not_valid at comcast.net
Sun Nov 17 11:05:08 EST 2013


"E.D.G." <edgrsprj at ix.netcom.com> wrote in message 
news:F7mdndYtY6YrSRXPnZ2dnUVZ_oWdnZ2d at earthlink.com...

>       For one thing, the input and output routines need to be changed. 
> And we want it to be able to generate charts or graphs.  The existing 
> program will generate only text data.

You can generate charts and graphs in Fortran.  Just use OpenGL via
f2003 C interoperability.  One project that does this is f03GL.
Another project interfaces to GTK (gtk-fortran).

-- 
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end





More information about the Python-list mailing list