We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35b911 commit 91814e8Copy full SHA for 91814e8
lib/matplotlib/artist.py
@@ -37,7 +37,7 @@ def _prevent_rasterization(draw):
37
def draw_wrapper(artist, renderer):
38
if renderer._raster_depth == 0 and renderer._rasterizing:
39
# Only stop when we are not in a rasterized parent
40
- # and something has be rasterized since last stop
+ # and something has been rasterized since last stop.
41
renderer.stop_rasterizing()
42
renderer._rasterizing = False
43
0 commit comments