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

Method get_renderer

lib/matplotlib/backends/backend_pgf.py:879–880  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

877 shutil.copyfileobj(orig, dest) # copy file contents to target
878
879 def get_renderer(self):
880 return RendererPgf(self.figure, None)
881
882 def draw(self):
883 self.figure.draw_without_rendering()

Callers 15

test_gettightbboxFunction · 0.45
_get_rendererMethod · 0.45
draw_artistMethod · 0.45
_init_layoutMethod · 0.45
get_diff_imageMethod · 0.45
_handle_mouseMethod · 0.45
on_draw_eventMethod · 0.45
gui_repaintMethod · 0.45
_create_bitmapMethod · 0.45
draw_artistMethod · 0.45

Calls 1

RendererPgfClass · 0.85

Tested by 15

test_gettightbboxFunction · 0.36
test_logit_scalesFunction · 0.36
_test_cached_rendererFunction · 0.36
test_title_text_locFunction · 0.36
test_titletwinyFunction · 0.36
test_titlesetposFunction · 0.36