plotly.graph_objects.splom.dimension packageΒΆ
-
class
plotly.graph_objects.splom.dimension.
Axis
(arg=None, matches=None, type=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseTraceHierarchyType
-
property
matches
ΒΆ Determines whether or not the x & y axes generated by this dimension match. Equivalent to setting the
matches
axis attribute in the layout with the correct axis id.The βmatchesβ property must be specified as a bool (either True, or False)
- Returns
- Return type
-
property
type
ΒΆ Sets the axis type for this dimensionβs generated x and y axes. Note that the axis
type
values set in layout take precedence over this attribute.- The βtypeβ property is an enumeration that may be specified as:
- One of the following enumeration values:
[βlinearβ, βlogβ, βdateβ, βcategoryβ]
- Returns
- Return type
Any
-
property