Skip to content

plplotv5.15.0

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)

plplot provides pkg-config modules:

# C++ binding
plplot-c++
# Core C library
plplot
# WxWidgets binding, optional, feature "wxwidgets"
plplot-wxwidgets

#License

Not declared in the port manifest

#Supported Platforms

All platforms supported.

#Features

No default features.

#wxwidgets

Enable wxWidgets GUI binding

Dependencies:
and 63 transitive dependencies:
Host Dependencies:
8 transitive dependencies:

#x11

Enable X11 support

Dependencies:
and 26 transitive dependencies:
Host Dependencies:
6 transitive dependencies:

#Dependencies

and 19 transitive dependencies:

#Host Dependencies

and 5 transitive dependencies:

#Used By

No ports use this.

#Host Tool For

#Contributors

  • Nagy-Egri Máté Ferenc's avatarNagy-Egri Máté Ferenc
  • Gabor Cseh's avatarGabor Cseh
  • Nikolay Simakov's avatarNikolay Simakov
  • Billy O'Neal's avatarBilly O'Neal
  • zi-m's avatarzi-m
  • Phoebe's avatarPhoebe
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Stefano Sinigardi's avatarStefano Sinigardi
  • nicole mazzuca's avatarnicole mazzuca
  • autoantwort's avatarautoantwort
  • Kai Pastor's avatarKai Pastor
  • jim wang's avatarjim wang
  • Lily Wang's avatarLily Wang
  • RippeR37's avatarRippeR37

#Changelog

Show 13 earlier changes