guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit c4ebeb7e02e345ee2d03d11bea2da50c607851a6
Author: Jake Forster <jakecameron.fors...@gmail.com>
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 <sharlata...@gmail.com>
---
 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 123bb7cdb3..92602b2956 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11392,7 +11392,7 @@ system_freetype = true
 system_qhull = true
 
 [rc_options]
-backend=Agg
+backend=TkAgg
 
 [directories]
 basedirlist = ~a,~a

Reply via email to