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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.