Mads Ipsen
2015-11-24 16:42:13 UTC
Hi,
I get the following warning in some code I wrote for matplotlib-1.2.
python2.7/site-packages/matplotlib-1.5.0-py2.7-linux-x86_64.egg/matplotlib/artist.py:221:
MatplotlibDeprecationWarning: This has been deprecated in mpl 1.5,
please use the
axes property. A removal date has not been set.
warnings.warn(_get_axes_msg, mplDeprecation, stacklevel=1)
Clearly, I should use 'the axes property', but as a replacement for?
The code base is relatively large, so it's not clear to me what triggers
the warning.
Best regards,
Mads
I get the following warning in some code I wrote for matplotlib-1.2.
python2.7/site-packages/matplotlib-1.5.0-py2.7-linux-x86_64.egg/matplotlib/artist.py:221:
MatplotlibDeprecationWarning: This has been deprecated in mpl 1.5,
please use the
axes property. A removal date has not been set.
warnings.warn(_get_axes_msg, mplDeprecation, stacklevel=1)
Clearly, I should use 'the axes property', but as a replacement for?
The code base is relatively large, so it's not clear to me what triggers
the warning.
Best regards,
Mads
--
+---------------------------------------------------------------------+
| Mads Ipsen |
+----------------------------------+----------------------------------+
| Overgaden Oven Vandet 106, 4.tv | phone: +45-29716388 |
| DK-1415 København K | email: ***@gmail.com |
| Denmark | map : https://goo.gl/maps/oQ6y6 |
+----------------------------------+----------------------------------+
+---------------------------------------------------------------------+
| Mads Ipsen |
+----------------------------------+----------------------------------+
| Overgaden Oven Vandet 106, 4.tv | phone: +45-29716388 |
| DK-1415 København K | email: ***@gmail.com |
| Denmark | map : https://goo.gl/maps/oQ6y6 |
+----------------------------------+----------------------------------+