Skip to Content

plplot v5.15.0

Created
Updated

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.

# 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) 

# License

Unspecified

# Supported Platforms

All platforms are supported

# Features

No default features set.

# wxwidgets

Enable wxWidgets GUI binding

Dependencies:
and 46 transitive dependencies:
Host Dependencies:
5 transitive dependencies:

# x11

Enable X11 support

Dependencies:
and 28 transitive dependencies:
Host Dependencies:
6 transitive dependencies:

# Dependencies

and 22 transitive dependencies:

# Host Dependencies

and 3 transitive dependencies:

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Nagy-Egri Máté Ferenc's avatar Nagy-Egri Máté Ferenc
  • Gabor Cseh's avatar Gabor Cseh
  • Nikolay Simakov's avatar Nikolay Simakov
  • Billy O'Neal's avatar Billy O'Neal
  • zi-m's avatar zi-m
  • Phoebe's avatar Phoebe
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • nicole mazzuca's avatar nicole mazzuca
  • autoantwort's avatar autoantwort
  • Kai Pastor's avatar Kai Pastor
  • jim wang's avatar jim wang

# Changelog

and 9 more commits:

# Source