I'm trying to draw a network on a basemap overlay. I have packages:
When I run only the linefrom mpl_toolkits.basemap import Basemap
I get from matplotlib.cbook import dedent
ImportError: cannot import name 'dedent'
I've tried several different versions of the packages but cannot manage to find the right functioning combination.
Anyone have any ideas on combinations of matpltlib and basemap that work? Or another way to plot my network over a basemap?
The best that worked for me is:
downgrade to :
pip install -U matplotlib==3.2
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With