From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: bug#20888: matplotlib broken Date: Wed, 24 Jun 2015 08:59:54 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7egG-00074h-7X for bug-guix@gnu.org; Wed, 24 Jun 2015 03:01:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7egC-0004ZB-EA for bug-guix@gnu.org; Wed, 24 Jun 2015 03:01:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:54297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7egC-0004Z7-9m for bug-guix@gnu.org; Wed, 24 Jun 2015 03:01:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Z7egB-00063Z-Oc for bug-guix@gnu.org; Wed, 24 Jun 2015 03:01:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7ef7-0006mE-Hn for bug-guix@gnu.org; Wed, 24 Jun 2015 02:59:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7ef5-0003cB-Vq for bug-guix@gnu.org; Wed, 24 Jun 2015 02:59:57 -0400 Received: from mail-ig0-x233.google.com ([2607:f8b0:4001:c05::233]:34266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7ef5-0003bh-RI for bug-guix@gnu.org; Wed, 24 Jun 2015 02:59:55 -0400 Received: by igboe5 with SMTP id oe5so107352633igb.1 for ; Tue, 23 Jun 2015 23:59:54 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 20888@debbugs.gnu.org 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.