()
| 2930 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 2931 | @_copy_docstring_and_deprecators(Figure.gca) |
| 2932 | def gca() -> Axes: |
| 2933 | return gcf().gca() |
| 2934 | |
| 2935 | |
| 2936 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |