Skip to content

Commit d35b911

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

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
@@ -24,7 +24,7 @@
2424
def _prevent_rasterization(draw):
2525
# 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
27-
# rasterized artist and it has reached the rater_depth of 0. We stop
27+
# rasterized artist and it has reached a raster_depth of 0, we stop
2828
# rasterization so that it does not affect the behavior of normal artist
2929
# (e.g., change in dpi). If the artist's draw method is decorated
3030
# (draw._supports_rasterization is True), it won't be decorated by

0 commit comments

Comments
 (0)