Download Latest Version pg2plplot-5.13.1.tar.gz (39.9 kB)
Email in envelope

Get an email when there's a new version of PG2PLplot

Home
Name Modified Size InfoDownloads / Week
pg2plplot-5.13.1.tar.gz 2020-11-22 39.9 kB
VERSION 2020-11-22 232 Bytes
CHANGELOG 2020-11-22 4.6 kB
pg2plplot-5.13.0.tar.gz 2017-12-18 39.3 kB
pg2plplot-5.12.0.tar.gz 2017-12-09 39.2 kB
pg2plplot-0.4.1.tar.gz 2015-12-19 38.9 kB
pg2plplot-0.4.0.tar.gz 2015-11-21 38.8 kB
README 2013-12-19 2.0 kB
pg2plplot-0.3.1.tar.gz 2013-11-08 35.2 kB
pg2plplot-0.3.0.tar.gz 2013-06-29 34.3 kB
pg2plplot-0.2.0.tar.gz 2013-01-07 34.2 kB
pg2plplot-0.1.4.tar.gz 2011-11-14 25.5 kB
PG2PLplot-0.1.3.tar.gz 2011-11-03 25.2 kB
PG2PLplot-0.1.2.tar.bz2 2011-10-18 39.9 kB
INSTALL 2011-10-18 1.4 kB
PG2PLplot-0.1.1.tar.bz2 2011-10-10 39.7 kB
LICENCE 2011-07-30 35.1 kB
Totals: 17 Items   473.7 kB 0
PG2PLplot README

The idea of this library is to facilitate the transition from Fortran code linked 
against PGPlot to linking it against PLplot, which is open source and maintained.
Currently, many PGPlot routines are included, but the code is by no means exhaustive.
One-to-one translation is sometimes perfectly possible, sometimes difficult, and
sometimes impossible.  In the first case, the code should run without any problems
(even though for instance the line style or pen colour may be somewhat different),
in the second case an imperfect translation is silently done, in the third case the
code will warn that no translation exists.

You can either build and link against the library, or include the source file in
your code. To download the PG2PLplot package, to read the code documentation, or to 
contact the developers, see: 
See http://pg2plplot.sourceforge.net/



INSTALLATION:

For installation instructions, see INSTALL.


USAGE:

After installation, you should typically do something like this to use your code 
containing PGPlot calls with PLplot:

  gfortran -lplplotf95d -lplplotf95cd -lpg2plplot code.f90 -o program

If you are using CMake, you can use FindPG2PLplot.cmake and CMakeLocations.cmake
from CMakeFiles (cmakefiles.sf.net).


LICENCE:

Copyright (c) 2009-2013 AstroFloyd, joequant
 
This file is part of the PG2PLplot package.
 
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published
by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This software 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 General Public License for more details.

You should have received a copy of the GNU General Public License along with this code (LICENCE).  If not, see 
<http://www.gnu.org/licenses/>.




Source: README, updated 2013-12-19