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
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,
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
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
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
-
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
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
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
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
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?
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
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
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
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
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.
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
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
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
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
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
20 matches
Mail list logo