I have a nice code taken from @ImportanceOfBeingErnest How to label a seaborn contour plot
It was working nicely, but for reason I had to setup anaconda and seaborn again sns.__version__ = '0.11.1'
. And it is no longer working. Error
said. The error when I try to show contour levels?
AttributeError: 'AxesSubplot' object has no attribute 'levels'
What is the problem
question from:https://stackoverflow.com/questions/65942767/seaborn-updates-change-setting