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

Skip to content

Commit 627843c

Browse files
committed
fix backend_wxagg reference in new config module
svn path=/trunk/matplotlib/; revision=3881
1 parent 8abce4f commit 627843c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/config/mpltraits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class BackendHandler(T.TraitHandler):
2929
'gtkcairo': 'GTKCairo',
3030
'qt4agg': 'Qt4Agg',
3131
'qtagg': 'QtAgg',
32-
'wxagg': 'WxAgg',
32+
'wxagg': 'WXAgg',
3333
'agg': 'Agg',
3434
'cairo': 'Cairo',
3535
'ps': 'PS',

0 commit comments

Comments
 (0)