I did a histogram with two y-axis and two datasets but I can't set the scales of the two y-axis to the same limits.
In this example http://matplotlib.org/examples/api/two_scales.html#api-two-scales the idea would be to have both scales from 0 to 25.000.
Does anybody have an idea for this case?
ax2.set_ylim(0,25000)?