Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_function
Function · 0.80
update_sig_from_node
Function · 0.80
visit_ClassDef
Method · 0.80
draw
Method · 0.80
_calc_coord
Method · 0.80
get_tightbbox
Method · 0.80
_get_tickdir
Method · 0.80
get_children
Method · 0.80
test_axis_direction
Function · 0.80
make_rgb_axes
Function · 0.80
__getitem__
Method · 0.80
__init__
Method · 0.80
Calls
1
copy
Method · 0.45
Tested by
15
visit_ClassDef
Method · 0.64
test_axis_direction
Function · 0.64
test_unicode_won
Function · 0.64
test_transform
Function · 0.64
test_minus_no_descent
Function · 0.64
test_spine_class
Function · 0.64
test_indexed_image
Function · 0.64
test_no_duplicate_definition
Function · 0.64
test_colorbar_axes_parameters
Function · 0.64
test_shared_axis_categorical
Function · 0.64
test_explicit_converter
Function · 0.64
test_unit
Method · 0.64