Home

Welcome to Aplot

The Aplot library is a simple, two-dimensional plotting system meant to provide quick visualization of data from Fortran programs. The small application programming interface is designed to be straightforward and easy to access from Fortran 90 and higher.

Aplot works on all platforms supported by Simply Fortran. The Simply Fortran integrated development environment will automatically link necessary libraries if any Fortran code attempts to use the library’s module.

On all supported platforms, the plot can be saved to an image file. The image can be saved as a bitmap (BMP) on Microsoft Windows, a portable network graphic (PNG) on Apple macOS, and a portable pixmap (PPM) on GNU/Linux. Additionally, the plot can be printed directly from the plot window on Microsoft Windows.

Aplot integrates PPLot as its plotting backend.

See Also