[Matplotlib-users] waiting on a point

2006-09-19 Thread Kenny Ortmann
I'm writing a program with a graph. You have to select segments of the graph, which requires 2 points. is there a way to write this with a while loop, where while(morepoints == "yes") { while(waiting on point 1) { check if point 1 is a good point if point 1 is good

[Matplotlib-users] py2exe help.

2006-09-12 Thread Kenny Ortmann
hey im trying to build an exe of my program and i have this as my setup file, from distutils.core import setup import py2exe from distutils.filelist import findall import os import matplotlib matplotlibdatadir = matplotlib.get_data_path() matplotlibdata = findall(matplotlibdatadir) matplotlibdata

[Matplotlib-users] Fatal Python error: numpy.core.multiarray failed to import... exiting.

2006-09-07 Thread Kenny Ortmann
Hey guys. I have reinstalled all of my python addons and this is what i have python 2.4 numpy 1.0b5 scipy.050 matplotlib.087.5 wxPython2.6-win32-unicode-2.6.3.3-py24.exe wxmpl latest from subversion C:\lameness>c:\Python24\python.exe templatewindow.py Overwriting info= from scipy.misc.helpmod (w

Re: [Matplotlib-users] Fatal Python error: numpy.core.multiarray failed to import... exiting.

2006-09-07 Thread Kenny Ortmann
Please excuse my last email for I had run into this error alot before the new releases of numpy and MPL so I did not think to check the mailing list from yesterday to see if anyone else had found the error. As explained the latest version of scipy, 0.51 fixes this error -

Re: [Matplotlib-users] installation

2006-09-05 Thread Kenny Ortmann
Where can I find these mingw instructions? Sorry for asking such a simple question but I can not seem to find them, ive googled it looked in the readme file and cant find them :/. - Original Message - From: "Charlie Moad" <[EMAIL PROTECTED]> To: "Kenny Ortmann&qu

Re: [Matplotlib-users] installation

2006-09-05 Thread Kenny Ortmann
Hey Charlie thanks for the info. I went ahead and installed Active Tcl I removed microsft visual studio 2003 .net from my computer because I never used it, and I did not want it on here in the first place but i had it on here from being an intern over the summer. C:\matplotlib\trunk\matplotlib>c:\

[Matplotlib-users] installation

2006-09-01 Thread Kenny Ortmann
hey guys i got the subversion from the site and I am trying to install it on windows. I changed dir into the matplotlib dir that includes the setup.py file. run python setup.py install, and im getting a wierd error. i left the topmost lines along with the error. has anyone seen anything like th

[Matplotlib-users] saving and reloading plots

2006-08-29 Thread Kenny Ortmann
this could be a very "large" solution depending on the size of your data sets, but you could make a class for your data and then if you make a change to the data just import it into your drawing code and then redraw it. this way if you have more than 1 set of data you are just creating more than o

[Matplotlib-users] graph not always shown

2006-08-24 Thread Kenny Ortmann
Hey guys I am creating an application that deals with a few graphs, but it does other things also. What I would like to do is to have a wx.Panel that takes some input from the user, and then when I get the information I plot some data. The user picks a start and finish point on the graph and then

[Matplotlib-users] wxmpl question

2006-08-14 Thread Kenny Ortmann
I am not sure if this would be the right place to ask this question but I figure there is no harm in asking and if it is the wrong place then just disregard the questoin. I am working with 3 seperate panels in a wx.Frame. One panel is used as a status bar at the bottom displaying data. One of t

[Matplotlib-users] ImportError: No module named Numeric

2006-08-03 Thread Kenny Ortmann
I am very new to matplotlib. Trying to start the http://matplotlib.sourceforge.net/tutorial.html";>tutorial, the very first script, the first line of the script, throws me this error. I have installed scipy version 0.5.0 for windows, and numpy version 1.0b1 i followed the instructions and made