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 ab776e5 commit 20620efCopy full SHA for 20620ef
lib/matplotlib/artist.py
@@ -950,7 +950,7 @@ def set_rasterized(self, rasterized):
950
"""
951
supports_rasterization = getattr(self.draw,
952
"_supports_rasterization", False)
953
- if (rasterized and not supports_rasterization):
+ if rasterized and not supports_rasterization:
954
_api.warn_external(f"Rasterization of '{self}' will be ignored")
955
956
self._rasterized = rasterized
0 commit comments