plot_cat_hist
The plot_cat_hist method creates category histograms using data from Deephaven tables or arrays.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| series_name | str | The name (as a String) you want to use to identify the series on the plot itself. |
| t | Union[Table, SelectableDataSet] | The table (or other selectable data set) that holds the data to be plotted. |
| category | Union[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.