I would like to plot the softmax probabilities for a neural network classification task, similar to the plot below
However most of the code I've found on SO
and the doc pages for matplotlib
are using histograms.
Examples:
plotting histograms whose bar heights sum to 1 in matplotlib
Python: matplotlib - probability mass function as histogram
http://matplotlib.org/gallery.html
But none of them match what I'm trying to achieve in that plot. Code and sample figure are highly appreciated.