1. Home
  2. Browse
  3. plplot

plplot

v5.15.0#2Latest

PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.

Install

Run the following Vcpkg command to install the port.

vcpkg install plplot

Usage

plplot provides CMake targets:

find_package(plplot CONFIG REQUIRED)
# C API, PLplot Core Library
target_link_libraries(main PRIVATE PLPLOT::plplot)
# C++ binding
target_link_libraries(main PRIVATE PLPLOT::plplotcxx)
# wxWidgets GUI binding (optional, feature "wxwidgets")
target_link_libraries(main PRIVATE PLPLOT::plplotwxwidgets)
# CSIRO Cubic Spline Approximation Library
target_link_libraries(main PRIVATE PLPLOT::csirocsa)
# QSAS Time Format Conversion Library
target_link_libraries(main PRIVATE PLPLOT::qsastime)

Features

Dependencies

See source

Version

v5.15.0#2

Publication

Supports

All

SourceForge

plplot

Homepage

plplot.org

Subtree

b2f2cd3e4b

License

Complex license

Definition

Manifest