plotly_gtk.utils.get_cartesian_subplots

plotly_gtk.utils.get_cartesian_subplots(data)

Get the list of cartesian axes pairings with data plotted on them.

Parameters:

data (list[dict]) – A list of traces

Returns:

A list of tuples of the form (“xaxis([0-9]+)?”, “yaxis([0-9]+)?”)

Return type:

list[tuple[str, str]]