MCPcopy
hub / github.com/matplotlib/matplotlib / values

Method values

lib/matplotlib/container.py:192–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

190
191 @property
192 def values(self):
193 result = self._values.copy()
194 result.flags.writeable = False
195 return result
196
197 @property
198 def fracs(self):

Callers 15

generate_functionFunction · 0.80
update_sig_from_nodeFunction · 0.80
visit_ClassDefMethod · 0.80
drawMethod · 0.80
_calc_coordMethod · 0.80
get_tightbboxMethod · 0.80
_get_tickdirMethod · 0.80
get_childrenMethod · 0.80
test_axis_directionFunction · 0.80
make_rgb_axesFunction · 0.80
__getitem__Method · 0.80
__init__Method · 0.80

Calls 1

copyMethod · 0.45

Tested by 15

visit_ClassDefMethod · 0.64
test_axis_directionFunction · 0.64
test_unicode_wonFunction · 0.64
test_transformFunction · 0.64
test_minus_no_descentFunction · 0.64
test_spine_classFunction · 0.64
test_indexed_imageFunction · 0.64
test_explicit_converterFunction · 0.64
test_unitMethod · 0.64