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
Contours created using pyplot.contour are not correctly removed when labelling the contours usingplt.clabel invoked with inline=True and manual positions.
Bug report
Bug summary
Contours created using
pyplot.contourare not correctly removed when labelling the contours usingplt.clabelinvoked withinline=Trueand manual positions.Code for reproduction
Expected outcome on the left, actual outcome on the right
Matplotlib version
print(matplotlib.get_backend())): module://ipykernel.pylab.backend_inlineAll libraries were installed using pip in a docker image derived from
python:3.