Skip to content

Commit a999014

Browse files
committed
Fixed bug #8 due to a class in matplotlib moving place
1 parent 96635c6 commit a999014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wxmpl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import matplotlib
2323
matplotlib.use('WXAgg')
2424
import numpy as NumPy
25-
from matplotlib.axes import _process_plot_var_args
25+
from matplotlib.axes._base import _process_plot_var_args
2626
from matplotlib.backend_bases import FigureCanvasBase
2727
from matplotlib.backends.backend_agg import FigureCanvasAgg, RendererAgg
2828
from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg

0 commit comments

Comments
 (0)