I have the following problem:
I am using hist() in matplotlib.pyplot
I am trying to create 4 histograms on the same graph. and an approximation gaussian for each one of them.
how can I plot the 4 histograms on the same graph, without them blocking each other (side by side)? any ideas?
| ||||
|
feedback
|
|
There are several examples in the matplotlib documentation. This one looks like it answers your question:
| |||
|
feedback
|