Closed gaelCc closed 6 years ago
I believe you are getting a really outdated basemap
from defaults
. Try the conda-forge
version:
$ conda install --channel conda-forge basemap basemap-data-hires
note that in conda-forge the high resolution data is a separate package, if you don't need it you can install a the slimmer version with just conda install --channel conda-forge basemap
.
That was the problem! Thank you very much. I was using version 1.0.7
I am using basemap via conda environment. When i want to do a simple plot like:
It throws the error
AttributeError: 'AxesSubplot' object has no attribute 'get_axis_bgcolor'
I've read in previous posts that this issue was well known and fixed, but i cannot make it work. What could I do?
(to install basemap i've followed these instructions here )