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

Skip to content

Commit 96cc169

Browse files
tonyfasttimhoffm
andauthored
Update lib/matplotlib/artist.py
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 0d12722 commit 96cc169

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

0 commit comments

Comments
 (0)