This library is a Fortran 95 gnuplot interface for some Unix like OS'es. This provides some routines that enables direct access of a child gnuplot session from a Fortran 95 program. You will need a copy of fortranposix to make this work.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow gnuplotfortran
Other Useful Business Software
Stay in Flow. Let Zenflow Handle the Heavy Lifting.
Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks to gnuplotfortran API, I was able to save my program from extinction. My program originally extracted text data from AMBER .out files and set up data files for gnuplot. However, the user had to write his/her own gnuplot input files to process the extracted data. With the API, I was able to code routines into the program to plot the data directly. Over time I added a 3D plot capability and other features. I now use this program for plotting benchmark data.