dips.ScatterPlotSettingsVal module#
Generated wrapper for ScatterPlotSettings protobuf message.
- class dips.ScatterPlotSettingsVal.ScatterPlotSettingsVal(selected_column_x: DataDescriptorVal | None = None, selected_column_y: DataDescriptorVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for ScatterPlotSettings with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property is_weighted: bool#
Get the IsWeighted field value.
- property selected_column_x: DataDescriptorVal#
Get the SelectedColumnX field as a wrapper.
- property selected_column_y: DataDescriptorVal#
Get the SelectedColumnY field as a wrapper.
- property show_regression_line: bool#
Get the ShowRegressionLine field value.
- to_proto()#
Get the underlying protobuf message.