guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c83c4db1827f757d13a4bd23eb0da1d129eda770
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 a1539f0101..af9657cbb9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11512,7 +11512,7 @@ system_freetype = true
system_qhull = true
[rc_options]
-backend=Agg
+backend=TkAgg
[directories]
basedirlist = ~a,~a