python - Multiple histograms in one plot: line on center of bins -
i´m using matplotlib.pyplot.hist histtype=u'step' histogram: 
the problem is, distributions hard compare eye in view. want try plot line along center of bins. how can this? other alternative kde, want represent data true possible.
update: found answer here: https://stackoverflow.com/a/8822554/6481181
Comments
Post a Comment