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

Function tricontourf

lib/matplotlib/pyplot.py:4431–4435  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

4429# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4430@_copy_docstring_and_deprecators(Axes.tricontourf)
4431def tricontourf(*args, **kwargs):
4432 __ret = gca().tricontourf(*args, **kwargs)
4433 if __ret._A is not None: # type: ignore[attr-defined]
4434 sci(__ret)
4435 return __ret
4436
4437
4438# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 3

gcaFunction · 0.85
sciFunction · 0.85
tricontourfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…