|
33 | 33 | #toolkits_tests = auto |
34 | 34 |
|
35 | 35 | [gui_support] |
36 | | -# Matplotlib supports multiple GUI toolkits, including Cocoa, |
37 | | -# GTK, Fltk, MacOSX, Qt, Qt4, Tk, and WX. Support for many of |
| 36 | +# Matplotlib supports multiple GUI toolkits, including |
| 37 | +# GTK, MacOSX, Qt4, Qt5, Tk, and WX. Support for many of |
38 | 38 | # these toolkits requires AGG, the Anti-Grain Geometry library, |
39 | 39 | # which is provided by matplotlib and built by default. |
40 | 40 | # |
|
80 | 80 | [rc_options] |
81 | 81 | # User-configurable options |
82 | 82 | # |
83 | | -# Default backend, one of: Agg, Cairo, CocoaAgg, GTK, GTKAgg, GTKCairo, |
84 | | -# FltkAgg, MacOSX, Pdf, Ps, QtAgg, Qt4Agg, SVG, TkAgg, WX, WXAgg. |
| 83 | +# Default backend, one of: Agg, Cairo, GTK, GTKAgg, GTKCairo, |
| 84 | +# GTK3Agg, GTK3Cairo, MacOSX, Pdf, Ps, Qt4Agg, Qt5Agg, SVG, TkAgg, WX, WXAgg. |
85 | 85 | # |
86 | 86 | # The Agg, Ps, Pdf and SVG backends do not require external |
87 | 87 | # dependencies. Do not choose GTK, GTKAgg, GTKCairo, MacOSX, or TkAgg |
|
0 commit comments