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

bool

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