guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit eb8e27d48dbd205ffc37804f59eed719ae64b56e
Author: Jake Forster <[email protected]>
AuthorDate: Fri Jul 4 17:14:15 2025 +0930
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0b3b5276ff..db583bee3d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11490,7 +11490,7 @@ system_freetype = true
system_qhull = true
[rc_options]
-backend=Agg
+backend=TkAgg
[directories]
basedirlist = ~a,~a