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

Method restore

lib/matplotlib/backend_bases.py:745–749  ·  view source on GitHub ↗

Restore the graphics context from the stack - needed only for backends that save graphics contexts on a stack.

(self)

Source from the content-addressed store, hash-verified

743 self._sketch = gc._sketch
744
745 def restore(self):
746 """
747 Restore the graphics context from the stack - needed only
748 for backends that save graphics contexts on a stack.
749 """
750
751 def get_alpha(self):
752 """

Callers 14

drawMethod · 0.45
drawMethod · 0.45
flush_imagesFunction · 0.45
drawMethod · 0.45
drawMethod · 0.45
draw_pathMethod · 0.45
draw_pathMethod · 0.45
draw_pathMethod · 0.45
draw_pathMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected