8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a215008 commit ffefb67Copy full SHA for ffefb67
lib/matplotlib/toolkits/basemap/basemap.py
@@ -4,7 +4,7 @@
4
mpl_required_version = '0.90'
5
if matplotlib_version < mpl_required_version:
6
raise ImportError('your matplotlib is too old - basemap '
7
- 'requires at least %s'%mpl_required_version)
+ 'requires at least %s, you have %s'%(mpl_required_version,matplotlib_version))
8
from matplotlib.collections import LineCollection
9
from matplotlib.patches import Ellipse, Circle, Polygon
10
from matplotlib.lines import Line2D
0 commit comments