##// END OF EJS Templates
Use qt4agg, not qtagg, mpl backend in pylab profile....
Thomas Kluyver -
Show More
@@ -8,7 +8,7 b" load_subconfig('ipython_config.py', profile='default')"
8 lines = """
8 lines = """
9 import matplotlib
9 import matplotlib
10 %gui qt
10 %gui qt
11 matplotlib.use('qtagg')
11 matplotlib.use('qt4agg')
12 matplotlib.interactive(True)
12 matplotlib.interactive(True)
13 from matplotlib import pyplot as plt
13 from matplotlib import pyplot as plt
14 from matplotlib.pyplot import *
14 from matplotlib.pyplot import *
General Comments 0
You need to be logged in to leave comments. Login now