Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_axis_get_tightbbox_includes_offset_text
Function · 0.45
test_gettightbbox
Function · 0.45
test_gettightbbox_parasite
Function · 0.45
_get_renderer
Method · 0.45
draw_artist
Method · 0.45
_init_layout
Method · 0.45
get_diff_image
Method · 0.45
_handle_mouse
Method · 0.45
on_draw_event
Method · 0.45
gui_repaint
Method · 0.45
_create_bitmap
Method · 0.45
draw_artist
Method · 0.45
Calls
1
RendererPgf
Class · 0.85
Tested by
15
test_axis_get_tightbbox_includes_offset_text
Function · 0.36
test_gettightbbox
Function · 0.36
test_gettightbbox_parasite
Function · 0.36
test_logit_scales
Function · 0.36
_test_cached_renderer
Function · 0.36
test_title_text_loc
Function · 0.36
test_legend_proper_window_extent
Function · 0.36
test_titletwiny
Function · 0.36
test_titlesetpos
Function · 0.36
test_tick_padding_tightbbox
Function · 0.36
test_spines_properbbox_after_zoom
Function · 0.36
test_gettightbbox_ignore_nan
Function · 0.36