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

Skip to content

Commit ce80568

Browse files
committed
FEP8: fix whitespace
1 parent 28313b1 commit ce80568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/artist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def draw_wrapper(artist, renderer, *args, **kwargs):
6767
draw_wrapper._supports_rasterization = True
6868
return draw_wrapper
6969

70+
7071
def _stale_axes_callback(self, val):
7172
if self.axes:
7273
self.axes.stale = val

0 commit comments

Comments
 (0)