Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b09cb0f

Browse files
committed
Add a GTK4 backend.
1 parent 3a46327 commit b09cb0f

File tree

7 files changed

+946
-5
lines changed

7 files changed

+946
-5
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ def use(backend, *, force=True):
11001100
backend names, which are case-insensitive:
11011101
11021102
- interactive backends:
1103-
GTK3Agg, GTK3Cairo, MacOSX, nbAgg,
1103+
GTK3Agg, GTK3Cairo, GTK4Agg, GTK4Cairo, MacOSX, nbAgg,
11041104
Qt5Agg, Qt5Cairo,
11051105
TkAgg, TkCairo, WebAgg, WX, WXAgg, WXCairo
11061106

0 commit comments

Comments
 (0)