Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665688 - dev-python/basemap-1.0.7-r1 incompatibility with dev-python/matplotlib-2.2.2-r1
Summary: dev-python/basemap-1.0.7-r1 incompatibility with dev-python/matplotlib-2.2.2-r1
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 484270
Blocks:
  Show dependency tree
 
Reported: 2018-09-11 08:36 UTC by samurai.no.dojo
Modified: 2020-03-26 13:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description samurai.no.dojo 2018-09-11 08:36:28 UTC
dev-python/basemap-1.0.7-r1 incompatibility with dev-python/matplotlib-2.2.2-r1

It fails on use with:
Traceback (most recent call last):
  File "map.py", line 23, in <module>
    themap.fillcontinents(color = 'gainsboro',lake_color='steelblue')
  File "/usr/lib64/python2.7/site-packages/mpl_toolkits/basemap/__init__.py", line 1767, in fillcontinents
    axisbgc = ax.get_axis_bgcolor()
AttributeError: 'AxesSubplot' object has no attribute 'get_axis_bgcolor'

According to https://stackoverflow.com/questions/49469409/basemap-attribute-python it is caused by dev-python/basemap being too out of date.

It supposedly works with basemap 1.1.0.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-26 13:51:48 UTC
Old version removed.  Please reopen if you can still reproduce.