From 1056e4697c7fcfdcb0231c9955aea6c483982cdb Mon Sep 17 00:00:00 2001 From: Jake Forster Date: Fri, 4 Jul 2025 17:14:15 +0930 Subject: [PATCH] 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 --- 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 724efd051bef3fd706177422e9912a05a6d88abd..75ed48596ee779f9840b8f4f5cb7acf533409a04 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11442,7 +11442,7 @@ system_freetype = true system_qhull = true [rc_options] -backend=Agg +backend=TkAgg [directories] basedirlist = ~a,~a