Skip to content

Commit e64af30

Browse files
committed
Add additional public attrs
1 parent 0c6a3b0 commit e64af30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/axes/_base.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ class _AxesBase(martist.Artist):
5959
containers: list[Container]
6060
callbacks: CallbackRegistry
6161
child_axes: list[_AxesBase]
62+
legend_: Legend | None
63+
title: Text
6264
_projection_init: Any
6365

6466
def __init__(

0 commit comments

Comments
 (0)