Deleted stats.plotbackend.py and test_ppimport.py

master
Per.Andreas.Brodtkorb 15 years ago
parent 205f94d0f8
commit a490e23e2f

@ -1,9 +0,0 @@
# Set this to eg. pylab to be able to plot
import numpy
try:
from matplotlib import pyplot as plotbackend
#from matplotlib import pyplot
numpy.disp('Scipy.stats: plotbackend is set to matplotlib.pyplot')
except:
numpy.disp('Scipy.stats: Unable to load matplotlib.pyplot as plotbackend')
plotbackend = None

@ -1,9 +0,0 @@
from scipy.misc.ppimport import ppimport
st = ppimport('scitools')
def main():
t = st.numpytools.linspace(0,1)
print(t)
if __name__ == '__main__':
main()
Loading…
Cancel
Save