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)
| 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 | """ |
no outgoing calls
no test coverage detected