Closed GoogleCodeExporter closed 8 years ago
Hello David,
thanks for reporting the issue. I was able to reproduce the issue on Ubuntu
12.04 TLS with matplotlib 1.1.1. The problem is caused by the matplotlib
version. I'm developing the tool using matplotlib 1.2.0 and it seems matplotlib
1.1 does not support the legend for the scatter plot. I was able to get rid of
the problem by updating to matplotlib with following steps.
# apt-get install python-pip libfreetype6-dev libpng12-devq
# pip install -U distribute
# pip install -U matplotlib
Please verify your matplotlib is actually in version 1.3.
$ pip freeze | grep matplotlib
matplotlib==1.3.0
If you see a warning about number of opened figures in matplotlib 1.3, please
update to the latest git version. If updating to 1.3 does not fix the issue for
you, feel free to reopen this bug.
Petr
Original comment by petrbe...@gmail.com
on 25 Sep 2013 at 2:00
Original issue reported on code.google.com by
david.do...@gmail.com
on 9 Sep 2013 at 10:38