plot_cat_hist

The plot_cat_hist method creates category histograms using data from Deephaven tables or arrays.

Syntax

Parameters

ParameterTypeDescription
series_namestr

The name (as a String) you want to use to identify the series on the plot itself.

tUnion[Table, SelectableDataSet]

The table (or other selectable data set) that holds the data to be plotted.

categoryUnion[str, list[str], list[int], list[float]]

The list containing the discrete values.

Returns

A category histogram plot.

Examples

The following example plots data from a Deephaven table.