dips.HistogramPlotSettingsVal module#

Generated wrapper for HistogramPlotSettings protobuf message.

class dips.HistogramPlotSettingsVal.HistogramPlotSettingsVal(selected_column: DataDescriptorVal | None = None, custom_options: CustomHistogramOptionsVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for HistogramPlotSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property custom_options: CustomHistogramOptionsVal#

Get the CustomOptions field as a 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.

property show_best_fit_distribution: bool#

Get the ShowBestFitDistribution field value.

property show_relative_frequency: bool#

Get the ShowRelativeFrequency field value.

to_proto()#

Get the underlying protobuf message.