Menu

Tree [494952] master /
 History

HTTPS access


File Date Author Commit
 CMake 2020-11-22 AstroFloyd AstroFloyd [7bf036] gfortran: add -Wno-function-elimination compile...
 src 2024-05-21 AstroFloyd AstroFloyd [494952] pg2plplot/pgsci(): back to adapted (old?) colou...
 CMakeLists.txt 2020-11-22 AstroFloyd AstroFloyd [d95da7] CMake: don't set CMAKE_BUILD_TYPE, CMAKE_CONFIG...
 LICENCE 2022-09-01 AstroFloyd AstroFloyd [c2ee0b] LICENCE: add licence file to repo.
 README 2013-12-19 AstroFloyd AstroFloyd [a16174] Updated README

Read Me

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/>.




Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.