MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / clabel

Function clabel

lib/matplotlib/pyplot.py:3289–3290  ·  view source on GitHub ↗
(CS: ContourSet, levels: ArrayLike | None = None, **kwargs)

Source from the content-addressed store, hash-verified

3287# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3288@_copy_docstring_and_deprecators(Axes.clabel)
3289def clabel(CS: ContourSet, levels: ArrayLike | None = None, **kwargs) -> list[Text]:
3290 return gca().clabel(CS, levels=levels, **kwargs)
3291
3292
3293# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
clabelMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…