First time here? Check out the FAQ!
answered 2020-06-17 20:39:16 +0100
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.