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

Function _get_initial_max_subplot_ids

plotly/_subplots.py:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34
35def _get_initial_max_subplot_ids():
36 max_subplot_ids = {subplot_type: 0 for subplot_type in _single_subplot_types}
37 max_subplot_ids["xaxis"] = 0
38 max_subplot_ids["yaxis"] = 0
39 return max_subplot_ids
40
41
42def make_subplots(

Callers 4

make_subplotsFunction · 0.85
_init_subplot_xyFunction · 0.85
_init_subplot_singleFunction · 0.85
_init_subplotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected