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