Skip to content

Python library for calculating contours in 2D arrays

License

Notifications You must be signed in to change notification settings

ianthomas23/contourpy

This branch is 6 commits behind contourpy/contourpy:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 30, 2025
May 6, 2024
Jan 1, 2025
Nov 12, 2024
Aug 25, 2024
Sep 30, 2024
Aug 25, 2024
May 21, 2023
Aug 24, 2024
Aug 25, 2024
Jan 1, 2025
Aug 24, 2024
Aug 24, 2024
Oct 25, 2024
Nov 12, 2024
Dec 15, 2024
ContourPy

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.

Latest release PyPI version conda-forge version
Downloads PyPi downloads
Python version Platforms
Coverage Codecov

About

Python library for calculating contours in 2D arrays

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.4%
  • C++ 44.1%
  • Meson 0.5%