1. Home
  2. Browse
  3. plplot

plplot

v5.15.0#5Latest

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)

plplot provides pkg-config modules:

# C++ binding

plplot-c++

# Core C library

plplot

# WxWidgets binding, optional, feature "wxwidgets"

plplot-wxwidgets

Features

Dependencies

See source

Version

v5.15.0#5

Publication

Supports

All

SourceForge

plplot

Homepage

plplot.sourceforge.net

Subtree

374b6c6cbb

License

Complex license

Definition

Manifest