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
matchesaxis attribute in the layout with the correct axis id.- The ‘matches’ property is a boolean and must be specified as:
A boolean value: 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
typevalues 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
