Thanks to visit codestin.com Credit goes to github.com
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 6070ba6 commit d35b911Copy full SHA for d35b911
1 file changed
lib/matplotlib/artist.py
@@ -24,7 +24,7 @@
24
def _prevent_rasterization(draw):
25
# We assume that by default artists are not allowed to rasterize (unless
26
# 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
+ # rasterized artist and it has reached a raster_depth of 0, we stop
28
# rasterization so that it does not affect the behavior of normal artist
29
# (e.g., change in dpi). If the artist's draw method is decorated
30
# (draw._supports_rasterization is True), it won't be decorated by
0 commit comments