foxes.utils.TabWindroseAxes.clabel(CS, levels=None, **kwargs)

Label a contour plot.

Adds labels to line contours in given .ContourSet.

ParametersΒΆ

CS.ContourSet instance

Line contours to label.

levelsarray-like, optional

A list of level values, that should be labeled. The list must be a subset of CS.levels. If not given, all levels are labeled.

**kwargs

All other parameters are documented in ~.ContourLabeler.clabel.