##// END OF EJS Templates
Add a comment to document why the figurecanvas is needed...
Jens H. Nielsen -
Show More
@@ -208,5 +208,8 b' def flush_figures():'
208 208 show._draw_called = False
209 209
210 210
211 # Changes to matplotlib in version 1.2 requires a mpl backend to supply a default
212 # figurecanvas. This is set here to a Agg canvas
213 # See https://github.com/matplotlib/matplotlib/pull/1125
211 214 FigureCanvas = FigureCanvasAgg
212 215
General Comments 0
You need to be logged in to leave comments. Login now