You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both examples show fill behaving more or less as fill_between would, and it took me a while to realize that this is because the first and last points plotted both have y=0 and thus the line closing the polygon is at y=0. Perhaps a different example would be clearer?