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>
This commit is contained in:
Jake Forster 2025-07-04 17:14:15 +09:30 committed by Sharlatan Hellseher
parent 649ef28d14
commit 3a8bc0d42d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -11466,7 +11466,7 @@ system_freetype = true
system_qhull = true
[rc_options]
backend=Agg
backend=TkAgg
[directories]
basedirlist = ~a,~a