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)
| 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 | """ |
no outgoing calls