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

Skip to content

Commit beb24d3

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

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
@@ -162,7 +162,7 @@ def __init__(self):
162162
self._clippath = None
163163
self._clipon = True
164164
self._label = ''
165-
self._aria = None
165+
self._aria = {}
166166
self._picker = None
167167
self._rasterized = False
168168
self._agg_filter = None

0 commit comments

Comments
 (0)