dips.CumulativePlotSettingsVal module#

Generated wrapper for CumulativePlotSettings protobuf message.

class dips.CumulativePlotSettingsVal.CumulativePlotSettingsVal(selected_column: DataDescriptorVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for CumulativePlotSettings 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 num_bins: int#

Get the NumBins field value.

property selected_column: DataDescriptorVal#

Get the SelectedColumn field as a wrapper.

to_proto()#

Get the underlying protobuf message.