codex icon indicating copy to clipboard operation
codex copied to clipboard

Fix AttributeError in Explore CoDEx.ipynb

Open 1Maxnet1 opened this issue 3 years ago • 0 comments

When following the Explore CoDEx.ipynb step by step at cell 15 with an AttributeError, as a certain method was deprecated in matplotlib 3.2 and later removed (see e.g. here https://github.com/pysal/splot/issues/115)

So to fix this I added a fix for the version in the requirements.txt. This makes the fixes the problem for me.

If you need any further information let me know :)

1Maxnet1 avatar Dec 01 '22 17:12 1Maxnet1