from machinevisiontoolbox import Image
im = Image.Read('flowers1.png')
im.hist().plot(style='stack', filled=True)