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

Function get_label

plotly/express/_core.py:142–146  ·  view source on GitHub ↗
(args, column)

Source from the content-addressed store, hash-verified

140
141
142def get_label(args, column):
143 try:
144 return args["labels"][column]
145 except Exception:
146 return column
147
148
149def invert_label(args, column):

Callers 6

get_decorated_labelFunction · 0.85
make_trace_kwargsFunction · 0.85
configure_ternary_axesFunction · 0.85
configure_3d_axesFunction · 0.85
make_figureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected