MCPcopy Create free account
hub / github.com/dask/dask / label

Function label

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

Source from the content-addressed store, hash-verified

924 cmap = getattr(plt.cm, cmap)
925
926 def label(x):
927 return str(values[x])
928
929 data_values = None
930 if color != "order":

Callers 1

visualize_dskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected