Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ee25a0

Browse files
tonyfasttimhoffm
authored andcommitted
Update lib/matplotlib/artist.py
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 1639727 commit 3ee25a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def __init__(self):
192192
self._clippath = None
193193
self._clipon = True
194194
self._label = ''
195-
self._aria = None
195+
self._aria = {}
196196
self._picker = None
197197
self._rasterized = False
198198
self._agg_filter = None

0 commit comments

Comments
 (0)