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

Skip to content

Commit d8dd125

Browse files
remove the unnecessary matplotlib.use(...) call also for wx_cursor_demo.py
1 parent 1d166b5 commit d8dd125

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/user_interfaces/wxcursor_demo_sgskip.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
Example to draw a cursor and report the data coords in wx.
77
"""
88

9-
import matplotlib
10-
matplotlib.use('WXAgg')
119

1210
from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanvas
1311
from matplotlib.backends.backend_wx import NavigationToolbar2Wx, wxc

0 commit comments

Comments
 (0)