Open
Description
It would be very useful to have a bar plot graphing type. My use case is I'm training a RL agent which can choose between 10 different actions for a given state, and I record the chosen actions and currently output to a TensorBoard histogram. But given that this data is inherently discretized, the histogram output isn't fit for purpose, and would make more sense with a bar plot.