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

Function _make_trace_for_scatter

plotly/figure_factory/_facet_grid.py:176–180  ·  view source on GitHub ↗
(trace, trace_type, color, **kwargs_marker)

Source from the content-addressed store, hash-verified

174
175
176def _make_trace_for_scatter(trace, trace_type, color, **kwargs_marker):
177 if trace_type in ["scatter", "scattergl"]:
178 trace["mode"] = "markers"
179 trace["marker"] = dict(color=color, **kwargs_marker)
180 return trace
181
182
183def _facet_grid_color_categorical(

Callers 3

_facet_gridFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected