Ask Your Question

Revision history [back]

The histogram is just an image:

sage: h = histogram(l, bins=20)
sage: type(h)
<class 'sage.plot.graphics.Graphics'>

hence you will not be able to get those data from it easily.