all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* matplotlib broken
@ 2015-06-09 16:01 Federico Beffa
  2015-06-15 20:49 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Federico Beffa @ 2015-06-09 16:01 UTC (permalink / raw)
  To: Guix-devel

Hi,

today I've updated all packages in my profile and I find that
matplotlib doesn't work anymore.

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, while with the previous profile it
was working fine. I'm not sure how old my previous profile is, but it
uses python3.3.

Just reporting the problem and, for the moment, sticking with the old one.

Regards,
Fede

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-16 16:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 16:01 matplotlib broken Federico Beffa
2015-06-15 20:49 ` Ludovic Courtès
2015-06-16  6:51   ` Federico Beffa
2015-06-16 11:50     ` Ludovic Courtès
2015-06-16 16:36       ` Federico Beffa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.