Posts by arnaldo • 111 points
2 posts
-
1
votes1
answer60
viewsA: How should matplotlib. _cntr be imported using LTS version (2.2.0) of Matplotlib?
The Code was discontinued from Matplotlib, due to some particularities to solve the functions of Contour and contourf (https://github.com/matplotlib/matplotlib/issues/10709). However, some solutions…
-
0
votes1
answer60
viewsQ: How should matplotlib. _cntr be imported using LTS version (2.2.0) of Matplotlib?
The . _cntr module is used to build Geojson files import matplotlib._cntr as cntr When trying to load it using matplotlib 2.2.0 it returns error: ImportError: No module named _cntr How should this…