A question for discussion:
The matplotlib documentation says that the method plt.fill_between
is used to "fill the area between two horizontal curves".
What exactly is meant by "horizontal"? Intuitively, I would say "two parallel curves". Like in this example
The curves are not horizontal, but parallel.