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
If we want to do the same resampling for fill_between, we need a dedicated function to generate the polygon coordinates only.
Proposed fix
Extract the first few lines in _fill_between_x_or_y in matplotlib.axes._axes until collection = mcoll.PolyCollection(polys, **kwargs) to a separate instance method.