bug#20888: matplotlib broken

2015-07-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I'm afraid I cannot reproduce this. This doesn't mean things just work > for me. It rather means that I'm getting a different error: :-) Could you try with ‘guix environment’ as noted at ? Ludo’.

bug#20888: matplotlib broken

2015-07-01 Thread Ricardo Wurmus
I'm afraid I cannot reproduce this. This doesn't mean things just work for me. It rather means that I'm getting a different error: $ GI_TYPELIB_PATH=$HOME/.guix-profile/lib/girepository-1.0/ PYTHONPATH=$HOME/.guix-profile/lib/python2.7/site-packages/ python Python 2.7.6 (default, Jun 16 2015,

bug#20888: matplotlib broken

2015-06-24 Thread Federico Beffa
I was a happy matplotlib user. Unfortunately, recently it stopped working. Starting ipython3 and executing the following commands %matplotlib import numpy as np import matplotlib.pyplot as plt t = np.r_[0:5] plt.plot(t, t) now produces an empty, gray window. This was working fine in a previous v