I tried doing a stacked bar graph using the bar method. After tinkering with some settings I realized that the minimum in the y axis defaulted to non-0. I tried setting ylim to no avail, and then I ...
Zooming in on a part of a plot with a large range in y-values while using the linestyle "--" is very slow. The following minimal working example hangs at the plt.show() line. import numpy as np import ...