Function
contourf
(*args, data=None, **kwargs)
Source from the content-addressed store, hash-verified
| 2544 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 2545 | @_autogen_docstring(Axes.contourf) |
| 2546 | def contourf(*args, data=None, **kwargs): |
| 2547 | __ret = gca().contourf( |
| 2548 | *args, **({"data": data} if data is not None else {}), |
| 2549 | **kwargs) |
| 2550 | if __ret._A is not None: sci(__ret) # noqa |
| 2551 | return __ret |
| 2552 | |
| 2553 | |
| 2554 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
Callers
nothing calls this directly
Tested by
no test coverage detected