all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] Add python-statsmodels.
Date: Mon, 19 Oct 2015 18:15:54 +0200	[thread overview]
Message-ID: <CAKrPhPPg9pkb4ZbmvSQ+ySDtGZ1UGQaundnMXPgsEHk9Qr4a1g@mail.gmail.com> (raw)

ludo@gnu.org (Ludovic Courtès) writes:

> Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:
>> +         (add-after 'unpack 'set-matplotlib-backend-to-agg
>> +          (lambda _
>> +            ;; Set the matplotlib backend to Agg to avoid problems using the
>> +            ;; GTK backend without a display.
>> +            (substitute* (find-files "statsmodels/graphics/tests" "\\.py")
>> +              (("import matplotlib\\.pyplot as plt" line)
>> +               (string-append "import matplotlib;matplotlib.use('Agg');"
>> +                              line)))
>
> This looks good.  Should we eventually change Matplotlib itself to use
> this back-end by default?  What’s at stake exactly?

I don't think so. This back-end is only usable to produce files, it
can't be used for interactive sessions (which is the key appeal of the
numpy/scipy/matplotlib work-flow over C/C++). IMO we should switch to
the TkInter back-end which is part of the standard Python Library. It
was not available in our python when I did package matplotlib.

Regards,
Fede

             reply	other threads:[~2015-10-19 16:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-19 16:15 Federico Beffa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-16 13:48 [PATCH] Add python-statsmodels Ricardo Wurmus
2015-10-19 15:47 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKrPhPPg9pkb4ZbmvSQ+ySDtGZ1UGQaundnMXPgsEHk9Qr4a1g@mail.gmail.com \
    --to=beffa@ieee.org \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.