[Matplotlib-users] help! figures closing automatically

2011-01-18 Thread Jeff Peery
Hello, I just upgraded my computer to windows 7. I have everything (python, wxpython, matplotlib, numpy) running now, but there is an annoying problem that when I double click on one of my scripts (simple pylab script) it runs creates a figure and plot then immediately closes... so I don't get t

[Matplotlib-users] matplotlib crashing on WxAgg backend

2009-09-18 Thread Jeff Peery
hello, have an error occuring that causes my app to crash. I found a few other email listings similar to my problem, but there were no responses that I could learn from.   I am quickly plotting an array as it grows. I have a wxframe, canvas, figure and an axes. I clear the axes, plot the array,

Re: [Matplotlib-users] error locating backends module

2009-09-16 Thread Jeff Peery
ib.use('WxAgg') or if it is implied when I import the WxAgg backend. (2) what is the accelerator (3) do I need to call matplotlib.interactive(False) in each module using matplotlib?   thanks for the help! Jeff --- On Mon, 9/14/09, Damon McDougall wrote: From: Damon McDougall Subject

[Matplotlib-users] error locating backends module

2009-09-14 Thread Jeff Peery
hello, I'm trying to import matplotlib.backends but I get a message indicating that matplotlib has no module 'backends'. So I looked to confirm that it was there and it is. I also checked if other modules where available (by importing them from the command line) and it appears that all the modul

[Matplotlib-users] problem freezing matplotlib with py2exe

2008-03-07 Thread Jeff Peery
Hello, I just upgraded to the most recent version of matplotlib. I'm trying to freeze my wx app with py2exe. I'm getting this error: error: cannot copy ...mpl-data/matplotlib.nib. doesn't exist or is not a regular file how do I correct this error? thanks! Jeff -

Re: [Matplotlib-users] error in savefig with wxAgg backend

2008-03-03 Thread Jeff Peery
r you, Mike Jeff Peery wrote: > Hello, > > I'm trying to use savefig in my wx app and I'm using wxAgg backend. I'm > getting this error: > > > > FILE .maplotlib\backends\backend_bases.py, line 397 in print_png > > Self.get_renderer()._re

[Matplotlib-users] error in savefig with wxAgg backend

2008-02-29 Thread Jeff Peery
Hello, I'm trying to use savefig in my wx app and I'm using wxAgg backend. I'm getting this error: FILE .maplotlib\backends\backend_bases.py, line 397 in print_png Self.get_renderer()._renderer.write_png(filename, self.figure.dpi.dpi.get()) TypeError: cannot return std::string from Unicode o

[Matplotlib-users] bug with wx toolbar

2008-02-28 Thread Jeff Peery
Hello, I just upgraded to the most recent version of matplotlib. I'm using wxagg backend for a wxapp. after upgrading my toolbar didn't work anymore and I was getting an error in the method 'zoomx' in class NavigationToolbarWx in backend_wx.py. I noticed that zoomx, zoomy, panx, and pany all h

[Matplotlib-users] py2exe problem

2007-11-26 Thread Jeff Peery
Hello, I've been using matplotlib 0.87 and I upgraded to 0.91. I ran my setup script for py2exe which had been working flawlessly and now I get an error stating that the .../mpl-data/fonts is not a regular file or doesn't exist. I checked the filename path and it does actually exist. I'm usin

Re: [Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-10 Thread Jeff Peery
Hello, thanks for the response. I changed my matplotlibrc file from 'WxAgg' to 'Wx'. I'm still using wxpython 2.8 and matplotlib 0.90.1, and I am still getting the error that wxmsw26uh_vc.dll cannot be found. what else can I do? can I just put this file in the place that it is trying to look?

[Matplotlib-users] cannot find wxmsw26uh_vc.dll

2007-11-10 Thread Jeff Peery
Hello, I've been using wxpython 2.6 unicode version and I recently upgraded to 2.8 unicode version. I'm using matplotlib 0.90.1 wxAgg in my wx app and when I fire it up it gives me a message that it cannot find 'wxmsw26uh_vc.dll'. I've had this problem before and the solution was to install

[Matplotlib-users] bug???

2007-05-30 Thread Jeff Peery
Hello, I'm getting this error when using two consecutive plot_dates(): File "C:\Python24\lib\site-packages\matplotlib\axes.py", line 1565, in xaxis_d ate formatter = AutoDateFormatter(locator) UnboundLocalError: local variable 'locator' referenced before assignment I've tested using just t

[Matplotlib-users] matplotlibrc not taking effect

2007-05-23 Thread Jeff Peery
hello, I'm tinkering with my matplotlibrc file and the changes are not taking effect. specifically I'm changing the hspace and wspace between subplots... although none other options seem to take effect either. I put the matplotlibrc file in my working directory with my script. I also tried makin

[Matplotlib-users] trouble with rcParams

2007-03-09 Thread Jeff Peery
Hello, I apologize if this message was already posted, it was bounced back to me. I am having some confusion about how best to set my plot settings. Should I use rcParams, or carry around my own class object holding plot() and scatter() settings? I have a wx app and I plot simple x y data. I m

[Matplotlib-users] how to delete figtext without removing my axes??

2007-03-07 Thread Jeff Peery
hello, I have an application I'm working on, and I need to remove figtext() without using a figure.clear(). how can I do this? thanks. Jeff - The fish are biting. Get more visitors on your site using Yahoo! Search Marketing.

[Matplotlib-users] tick line color and axes line color???

2007-03-07 Thread Jeff Peery
Hello, I'm using the rcParams to set the plot settings. It all works great! ... except I haven't been able to set the axes line color or the x tick line color. Is there something like: Matplotlib.rcParams['xtick.linecolor] = 'w' Thanks, Jeff - Now that's r

Re: [Matplotlib-users] what version of wxpython to use???

2007-02-22 Thread Jeff Peery
ok so sourceforge only has down to wxpython2.7... is there a link to earlier versions that I'm not seeing? thanks. Jeff Ken McIvor <[EMAIL PROTECTED]> wrote: On Feb 22, 2007, at 10:39 AM, Jeff Peery wrote: > > So it works ok when I execute my wxApp from boa, but i

Re: [Matplotlib-users] what version of wxpython to use???

2007-02-22 Thread Jeff Peery
e yet. Since I'm using matplotlib and wxpython, should I be using wxpython2.6? If so where can I get teh wxpython2.6 windows installer? I looked at sourceforge and the oldest version is 2.7. thanks again for teh help! Jeff "Werner F. Bruhin" <[EMAIL PROTECTED]&g

[Matplotlib-users] what version of wxpython to use???

2007-02-22 Thread Jeff Peery
hello, I am having some difficulty. I just upgraded to matplotlib 0.9, wxpython 2.7.2, and python 2.5. I have a wx application that uses matplotlib wxagg backend and wxpython for the GUI, it was working wonderfully unitl I upgraded now it crashes all the time and I can't even debug it because py

[Matplotlib-users] picking vertices of a line

2006-10-20 Thread Jeff Peery
hello, I'm using matplotlib and the wxAgg as a backend with wxpython for a statistical process control application. I would like to be able to pick points on an xy line and get the index of the point. I looked at the picker_demo demo and I have an idea of how this works but I'm a bit confused as to