MCPcopy
hub / github.com/dask/dask / label

Function label

dask/base.py:842–843  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

840 cmap = getattr(plt.cm, cmap)
841
842 def label(x):
843 return str(values[x])
844
845 data_values = None
846 if color != "order":

Callers 1

visualize_dskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…