~ruther/guix-local

1056e4697c7fcfdcb0231c9955aea6c483982cdb — Jake Forster 8 months ago ebeb970
gnu: python-matplotlib: Set the default backend to TkAgg.

The interactive backend TkAgg works out of the box (i.e. without requiring
changes to user Python code) since commit
d5d790b5e0f7690d6bef9224932909a68f4fccbe.

* gnu/packages/python-xyz.scm (python-matplotlib) [arguments]
<#:phases>{configure-environment}: Change rc_options backend from Agg to
TkAgg.

Change-Id: I5614e37e674838ba8ad3ebc76c0ed42973d5ec29
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 11442,7 11442,7 @@ system_freetype = true
system_qhull = true

[rc_options]
backend=Agg
backend=TkAgg

[directories]
basedirlist = ~a,~a