Function
contour
(*args, data=None, **kwargs)
Source from the content-addressed store, hash-verified
| 2534 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 2535 | @_autogen_docstring(Axes.contour) |
| 2536 | def contour(*args, data=None, **kwargs): |
| 2537 | __ret = gca().contour( |
| 2538 | *args, **({"data": data} if data is not None else {}), |
| 2539 | **kwargs) |
| 2540 | if __ret._A is not None: sci(__ret) # noqa |
| 2541 | return __ret |
| 2542 | |
| 2543 | |
| 2544 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
Callers
nothing calls this directly
Tested by
no test coverage detected