I'm plotting a histogram for a random distributions, is there a way to change the color of the bars without having to plot again ?
So instead of writing my_subplot.hist(data, color='red')
, I would only need to write something like this : my_subplot.set_color('red')