(*args, **kwargs)
| 4429 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4430 | @_copy_docstring_and_deprecators(Axes.tricontourf) |
| 4431 | def 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. |
nothing calls this directly
no test coverage detected
searching dependent graphs…