(*args, **kwargs)
| 4420 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4421 | @_copy_docstring_and_deprecators(Axes.tricontour) |
| 4422 | def tricontour(*args, **kwargs): |
| 4423 | __ret = gca().tricontour(*args, **kwargs) |
| 4424 | if __ret._A is not None: # type: ignore[attr-defined] |
| 4425 | sci(__ret) |
| 4426 | return __ret |
| 4427 | |
| 4428 | |
| 4429 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…