Skip to content

Commit 6070ba6

Browse files
leejjoonQuLogic
andauthored
Update lib/matplotlib/artist.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 20620ef commit 6070ba6

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
@@ -22,7 +22,7 @@
2222

2323

2424
def _prevent_rasterization(draw):
25-
# we assume that by default artists are not allowed to rasterize (unless
25+
# We assume that by default artists are not allowed to rasterize (unless
2626
# its draw method is explicitly decorated). If it is being drawn after a
2727
# rasterized artist and it has reached the rater_depth of 0. We stop
2828
# rasterization so that it does not affect the behavior of normal artist

0 commit comments

Comments
 (0)