mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
649ef28d14
commit
3a8bc0d42d
1 changed files with 1 additions and 1 deletions
|
@ -11466,7 +11466,7 @@ system_freetype = true
|
||||||
system_qhull = true
|
system_qhull = true
|
||||||
|
|
||||||
[rc_options]
|
[rc_options]
|
||||||
backend=Agg
|
backend=TkAgg
|
||||||
|
|
||||||
[directories]
|
[directories]
|
||||||
basedirlist = ~a,~a
|
basedirlist = ~a,~a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue