Calculate contoursΒΆ
Contours are calculated using the lines(),
filled(), multi_lines() and
multi_filled() methods of a ContourGenerator object
that is obtained by calling the contour_generator() function.
There are many options available for contouring that equate to keyword arguments passed to
the contour_generator() function, these are described in turn below.
Before reading this you should check out the Quick start.
The other main source of information is the API.