I have a use case that I think is pretty common: I want to visualize the categorical probabilities output by a softmax in the form of a histogram. I.e. I have a vector [0.0 0.5 0.3 0.2] and I want each of those values to specify the height of a bin in a histogram. Currently there is no way to do this, but I think this is perhaps *the* most standard modus operandi when preparing data for plotting in a histogram.