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