File: index.rst

package info (click to toggle)
contourpy 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,688 kB
  • sloc: python: 7,998; cpp: 6,241; makefile: 13
file content (27 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Calculate contours
==================

Contours are calculated using the :meth:`~.ContourGenerator.lines`,
:meth:`~.ContourGenerator.filled`, :meth:`~.ContourGenerator.multi_lines` and
:meth:`~.ContourGenerator.multi_filled` methods of a :class:`~.ContourGenerator` object
that is obtained by calling the :func:`~.contour_generator` function.
There are many options available for contouring that equate to keyword arguments passed to
the :func:`~.contour_generator` function, these are described in turn below.

Before reading this you should check out the :ref:`quickstart`.

The other main source of information is the :ref:`api`.

.. toctree::
   :maxdepth: 1

   name
   z_corner_mask
   x_and_y
   chunks
   line_type
   fill_type
   quad_as_tri
   z_interp
   threads
   limitations