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

Method start_rasterizing

lib/matplotlib/backend_bases.py:651–656  ·  view source on GitHub ↗

Switch to the raster renderer. Used by `.MixedModeRenderer`.

(self)

Source from the content-addressed store, hash-verified

649 return points
650
651 def start_rasterizing(self):
652 """
653 Switch to the raster renderer.
654
655 Used by `.MixedModeRenderer`.
656 """
657
658 def stop_rasterizing(self):
659 """

Callers 2

draw_wrapperFunction · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected