()
| 33 | |
| 34 | |
| 35 | def _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 | |
| 42 | def make_subplots( |
no outgoing calls
no test coverage detected