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 20620ef commit 6070ba6Copy full SHA for 6070ba6
1 file changed
lib/matplotlib/artist.py
@@ -22,7 +22,7 @@
22
23
24
def _prevent_rasterization(draw):
25
- # we assume that by default artists are not allowed to rasterize (unless
+ # 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
28
# rasterization so that it does not affect the behavior of normal artist
0 commit comments