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
Iris Powered By Generali - Iris puts your customer in control of their identity.
Iris Identity Protection API sends identity monitoring and alerts data into your existing digital environment – an ideal solution for businesses that are looking to offer their customers identity protection services without having to build a new product or app from scratch.
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.