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

Method get_array

lib/matplotlib/colorizer.py:594–601  ·  view source on GitHub ↗

Return the array of values, that are mapped to colors. The base class `.ScalarMappable` does not make any assumptions on the dimensionality and shape of the array.

(self)

Source from the content-addressed store, hash-verified

592 self._colorizer.autoscale_None(A)
593
594 def get_array(self):
595 """
596 Return the array of values, that are mapped to colors.
597
598 The base class `.ScalarMappable` does not make any assumptions on
599 the dimensionality and shape of the array.
600 """
601 return self._A
602
603 def changed(self):
604 """

Callers 15

drawMethod · 0.80
get_cursor_dataMethod · 0.80
_process_valuesMethod · 0.80
__init__Method · 0.80
legend_elementsMethod · 0.80
get_cursor_dataMethod · 0.80
_get_unmasked_polysMethod · 0.80
drawMethod · 0.80
figure_editFunction · 0.80
test_quadmesh_set_arrayFunction · 0.80

Calls

no outgoing calls

Tested by 4

test_quadmesh_set_arrayFunction · 0.64