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
and then I zoom, via the zoom tool on the left half of the figure
Expected outcome
I expect to be able to see all of the contours on the left side that I saw before.
This did work for a previous version of matplotlib. Just tested (and works) with matplotlib 2.2.2 on QtAgg backend on python 2.7.15, as well as matplotlib 3.1.1 on QtAgg backend on python 3.6.7:
zoomed in:
Matplotlib version1
Operating system: Mac OSX - 10.15.7
Matplotlib version (import matplotlib; print(matplotlib.__version__)): 3.3.4
This kind of path clipping just cuts the path on the bounding box, which
produces an invalid clip path, since it is no longer closed or complete.
Fixesmatplotlib#20127.
Bug report
Bug summary
If I make a contour plot, and add some clipping, then when I zoom, then the wrong parts of the plot get clipped.
Code for reproduction
Actual outcome
and then I zoom, via the zoom tool on the left half of the figure

Expected outcome
I expect to be able to see all of the contours on the left side that I saw before.
This did work for a previous version of matplotlib. Just tested (and works) with matplotlib 2.2.2 on QtAgg backend on python 2.7.15, as well as matplotlib 3.1.1 on QtAgg backend on python 3.6.7:


zoomed in:
Matplotlib version1
import matplotlib; print(matplotlib.__version__)
): 3.3.4print(matplotlib.get_backend())
): TkAggMatplotlib version2
Linux **** 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
import matplotlib; print(matplotlib.__version__)
): 3.3.2, 3.3.3print(matplotlib.get_backend())
): Qt5Aggconda-forge
channelThe text was updated successfully, but these errors were encountered: