    This file is a part of the gnuplotfortran library. This provides an interface between Fortran 90/95 and GNUPlot
    Copyright (C) 2004  Madhusudan Singh

    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    I would strongly welcome bug reports, feature enhancement requests, compliments, donations and job offers :) My email address : msc@ieee.org

* 4/26/2004 - Released gnuplotfortran v.01
* 4/27/2004 - Fixed a bug brought about by insufficient documentation.
* 11/21/2004 - Fixed many bugs - segmentation faults are gone, ackstring handling is now more sensible, changed parts of the testbench
* 05/18/2005 - Fixed some bugs, added support for the "pm3d" style - the testbench program does not contain valid examples of its use yet, but its quite simple really, fixed the concurrency problem that occurs in multiplots by assigning unique names to temporary files, modified gnuplot_plot2d to allow both y1 and y2 axes.
* 05/30/2005 - Fixed some remaining bugs, added two super-canned routines, and extensive documentation in TeXinfo, html and pdf format.