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
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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.