(*args, **kwargs)
| 3808 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3809 | @_copy_docstring_and_deprecators(Axes.legend) |
| 3810 | def legend(*args, **kwargs) -> Legend: |
| 3811 | return gca().legend(*args, **kwargs) |
| 3812 | |
| 3813 | |
| 3814 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |