Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6a3b0 commit e64af30Copy full SHA for e64af30
1 file changed
lib/matplotlib/axes/_base.pyi
@@ -59,6 +59,8 @@ class _AxesBase(martist.Artist):
59
containers: list[Container]
60
callbacks: CallbackRegistry
61
child_axes: list[_AxesBase]
62
+ legend_: Legend | None
63
+ title: Text
64
_projection_init: Any
65
66
def __init__(
0 commit comments