bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20888: matplotlib broken


From: Federico Beffa
Subject: bug#20888: matplotlib broken
Date: Wed, 24 Jun 2015 08:59:54 +0200

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 version using python3.3.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]