Ben píše v Po 16. 05. 2011 v 15:05 -0700: > ---------------- > import matplotlib.pyplot as plt > > x = [0,1,2,3,4,5] > y = [0,1,4,9,16,25] > > plt.plot(x, y) > plt.show() > ----------------
I tried this code on my winxp virtual machine with python 2.7.1 numpy 1.6 and matplotlib 1.0.1 and it works. what is the output of command 'echo %path%'? what is the full path to directory where the executable is placed? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
