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

Function label

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

Source from the content-addressed store, hash-verified

836 cmap = getattr(plt.cm, cmap)
837
838 def label(x):
839 return str(values[x])
840
841 data_values = None
842 if color != "order":

Callers 1

visualize_dskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected