diff options
| author | Jake Forster <jakecameron.forster@gmail.com> | 2025-07-04 17:14:15 +0930 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:56 +0100 |
| commit | 1056e4697c7fcfdcb0231c9955aea6c483982cdb (patch) | |
| tree | 4bd3a00956734df6e8fba0b7b8e66f8c630b9455 /gnu/packages/python-xyz.scm | |
| parent | ebeb9707d5030f2838ad3030ee373cbbd6d560bd (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 724efd051b..75ed48596e 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 |
