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

Method update_prop

lib/matplotlib/legend_handler.py:86–92  ·  view source on GitHub ↗
(self, legend_handle, orig_handle, legend)

Source from the content-addressed store, hash-verified

84 legend_handle.update_from(orig_handle)
85
86 def update_prop(self, legend_handle, orig_handle, legend):
87
88 self._update_prop(legend_handle, orig_handle)
89
90 legend._set_artist_props(legend_handle)
91 legend_handle.set_clip_box(None)
92 legend_handle.set_clip_path(None)
93
94 def adjust_drawing_area(self, legend, orig_handle,
95 xdescent, ydescent, width, height, fontsize,

Callers 10

create_artistsMethod · 0.45
create_artistsMethod · 0.45
create_artistsMethod · 0.45
create_artistsMethod · 0.45
create_artistsMethod · 0.45
create_artistsMethod · 0.45
create_artistsMethod · 0.45
create_artistsMethod · 0.45
create_artistsMethod · 0.45
create_artistsMethod · 0.45

Calls 4

_update_propMethod · 0.95
_set_artist_propsMethod · 0.45
set_clip_boxMethod · 0.45
set_clip_pathMethod · 0.45

Tested by

no test coverage detected