plotly.graph_objects.layout.grid packageΒΆ
-
class
plotly.graph_objects.layout.grid.Domain(arg=None, x=None, y=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseLayoutHierarchyType-
property
xΒΆ - Sets the horizontal domain of this grid subplot (in plot
fraction). The first and last cells end exactly at the domain edges, with no grout around the edges.
The βxβ property is an info array that may be specified as:
a list or tuple of 2 elements where:
- The βx[0]β property is a number and may be specified as:
An int or float in the interval [0, 1]
- The βx[1]β property is a number and may be specified as:
An int or float in the interval [0, 1]
list
-
property
yΒΆ - Sets the vertical domain of this grid subplot (in plot
fraction). The first and last cells end exactly at the domain edges, with no grout around the edges.
The βyβ property is an info array that may be specified as:
a list or tuple of 2 elements where:
- The βy[0]β property is a number and may be specified as:
An int or float in the interval [0, 1]
- The βy[1]β property is a number and may be specified as:
An int or float in the interval [0, 1]
list
-
property
