We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe3666 commit 3341021Copy full SHA for 3341021
examples/pylab_examples/geo_demo.py
@@ -1,5 +1,5 @@
1
import numpy as np
2
-np.seterr("raise")
+#np.seterr("raise")
3
4
from pylab import *
5
unit/memleak_hawaii3.py
@@ -2,7 +2,7 @@
import os, sys, time, gc
import matplotlib
-matplotlib.use('Agg')
+matplotlib.use('PDF')
6
7
from matplotlib.cbook import report_memory
8
0 commit comments