Hi all, When I tried to execute "About as simple as it gets, folks" matplotlib example, the python3 didn't show any images. The default backend for python 3.5 in matplotlibrc is Agg (line 38). When I tried to print available backends, with print(matplotlib.rcsetup.all_backends), the output gave me this: ['GTK', 'GTKAgg', 'GTKCairo', 'MacOSX', 'Qt4Agg', 'Qt5Agg', 'TkAgg', 'WX', 'WXAgg', 'CocoaAgg', 'GTK3Cairo', 'GTK3Agg', 'WebAgg', 'nbAgg', 'agg', 'cairo', 'emf', 'gdk', 'pdf', 'pgf', 'ps', 'svg', 'template'] When I changed the abovementioned line (Ln 38 in matplotlibrc) to backend : TkAgg the example did show the figure. Is this a bug, or did I do something wrong? -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org