Hello,
Since I've upgraded my python 3 environment, I get a warning, as demonstrated below:
%matplotlib inline
import matplotlib.pyplot as plt
plt.fill_between([0, 1], [0, 1])
This gives the warning:
/usr/local/lib/python3.4/dist-packages/matplotlib/collections.py:590: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
if self._edgecolors == str('face')
The upgraded libraries are listed below, I'm pretty sure that this comes from the numpy upgrade
- Pillow: 2.9.0 -> 3.0.0
- XlsxWriter: 0.7.3 -> 0.7.5
- numpy: 1.9.3 -> 1.10.0
- path.py: 8.1.1 -> 8.1.2
- pexpect: 3.3 -> 4.0.1
- psutil: 3.2.1 -> 3.2.2
- requests: 2.7.0 -> 2.8.0
Best regards.
Hello,
Since I've upgraded my python 3 environment, I get a warning, as demonstrated below:
This gives the warning:
The upgraded libraries are listed below, I'm pretty sure that this comes from the numpy upgrade
Best regards.