py3-contourpy

library for calculating contours of 2D quadrilateral grids

WWW CVSWeb GITHub
  1. Package version
    py3-contourpy-1.0.7
  2. Maintainer
    The OpenBSD ports mailing-list

ContourPy is a Python library for calculating contours of 2D
quadrilateral grids. It is written in C++11 and wrapped using
pybind11.

It contains the 2005 and 2014 algorithms used in Matplotlib as well
as a newer algorithm that includes more features and is available
in both serial and multithreaded versions. It provides an easy way
for Python libraries to use contouring algorithms without having
to include Matplotlib as a dependency.

  • python3

  • devel/py-pybind11,python3
  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3

  • math/py-numpy,python3
  • lang/python/3.10