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

Method stop_rasterizing

lib/matplotlib/backend_bases.py:658–664  ·  view source on GitHub ↗

Switch back to the vector renderer and draw the contents of the raster renderer as an image on the vector renderer. Used by `.MixedModeRenderer`.

(self)

Source from the content-addressed store, hash-verified

656 """
657
658 def stop_rasterizing(self):
659 """
660 Switch back to the vector renderer and draw the contents of the raster
661 renderer as an image on the vector renderer.
662
663 Used by `.MixedModeRenderer`.
664 """
665
666 def start_filter(self):
667 """

Callers 2

draw_wrapperFunction · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected