MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_rasterized

Method get_rasterized

lib/matplotlib/artist.py:995–997  ·  view source on GitHub ↗

Return whether the artist is to be rasterized.

(self)

Source from the content-addressed store, hash-verified

993 gc.set_clip_path(None)
994
995 def get_rasterized(self):
996 """Return whether the artist is to be rasterized."""
997 return self._rasterized
998
999 def set_rasterized(self, rasterized):
1000 """

Callers 1

draw_wrapperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected