MCPcopy Index your code
hub / github.com/plotly/plotly.py / Range

Class Range

plotly/express/_special_inputs.py:32–40  ·  view source on GitHub ↗

Objects of this class can be passed to Plotly Express functions that expect column identifiers or list-like objects to indicate that this attribute should be mapped onto integers starting at 0. An optional label can be provided.

Source from the content-addressed store, hash-verified

30
31
32class Range(object):
33 """
34 Objects of this class can be passed to Plotly Express functions that expect column
35 identifiers or list-like objects to indicate that this attribute should be mapped
36 onto integers starting at 0. An optional label can be provided.
37 """
38
39 def __init__(self, label=None):
40 self.label = label

Callers 1

build_dataframeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected