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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.