[Matplotlib-users] Axes3D odd label drawing

2006-11-27 Thread Michael Held
hello matplotlib-community, the x,y,z labels of Axes3D are not oriented in the same azimuth/elevation as the plot is and often interferes with the ticks. is this a known problem and does anybody know how to circumvent this? thanks a lot! michael -- Michael Held, Dipl.-Inf. ETH Zurich Institute

[Matplotlib-users] gtk not working

2006-11-27 Thread Adam Miller
Hi, I'm trying to build FC4 i386 and x86_64 rpms of matplotlib-0.87.7 with GTK and/or GTKAgg backends. Install Environment: FC4 i386 gtk+-devel-1.2.10-39 gtk+-1.2.10-39 numpy-1.0-1 numpy-debuginfo-1.0-1 pygtk2-2.6.2-0.fc4.4 pygtk2-devel-2.6.2-0.fc4.4 pygtk2-libglade-2.6.2-0.fc4.4 X11 is cur

Re: [Matplotlib-users] pylab/masked arrays issue on Intel Mac Pro

2006-11-27 Thread Pierre GM
Teemu > Any ideas where the conflict might be coming from? When you type from MA import *, you overwrite the definition of 'array'. And surprisingly enough, a masked array in numpy.core.ma is an object independent of ndarray. Some functions such as swapaxes are not imported by MA (because they

[Matplotlib-users] pylab/masked arrays issue on Intel Mac Pro

2006-11-27 Thread Teemu Rinne
Hi, I downloaded&installed matplotlib 0.87.7 and other binary packages from pythonmac.org for my new Intel Mac Pro. Then I downloaded and compiled the latest scipy package. My collection of packages runs ok otherwise but there seems to be something wrong with pylab/masked array behavior. This wor

Re: [Matplotlib-users] More on: Enabling focus for figure pieces

2006-11-27 Thread John Hunter
> "Christopher" == Christopher Barker <[EMAIL PROTECTED]> writes: Christopher> [EMAIL PROTECTED] wrote: >> OK, I see (kind of, i.e., via the pylab interface) how to do it >> - indirectly, i.e., by catching the click-on-figure event, then >> figuring out where that event happene

Re: [Matplotlib-users] More on: Enabling focus for figure pieces

2006-11-27 Thread Christopher Barker
[EMAIL PROTECTED] wrote: > OK, I see (kind of, i.e., via the pylab interface) how to do it - > indirectly, i.e., by catching the click-on-figure event, then figuring > out where that event happened and comparing that to the locations of the > figure's pieces - Does MPL have some kind of hit-testi

Re: [Matplotlib-users] unable to use matplotlib from inside emacs on windows

2006-11-27 Thread Nicolas Grilly
I'm not sure, but I guess you should make matplotlib.interactive(False) and matplotlib.use('PS') BEFORE importing pylab. Nicolas Grilly On 11/16/06, Emin.shopper Martinian.shopper <[EMAIL PROTECTED]> wrote: > Whenever I try to use matplotlib from a python session inside emacs, python > freezes. W

[Matplotlib-users] Create plots in functions, plot later

2006-11-27 Thread bertle
Hello, i try to write a module which evaluates various Data, and occasionally creates a plot, which is returned to the user. At the discretion of the user, he should be able to show selected plots. This is an example module with two approaches for this problem: - import pylab impo

[Matplotlib-users] unable to use matplotlib from inside emacs on windows

2006-11-27 Thread Emin.shopper Martinian.shopper
Whenever I try to use matplotlib from a python session inside emacs, python freezes. What I do is start GNU Emacs version 21.1.3 for Windows, do ESC-x shell and enter the commands shown below. Note that I set the backend to PS and interactive to false, but my python interpreter still freezes. I su

Re: [Matplotlib-users] Cross-correlation?

2006-11-27 Thread joris
> So ... does matplotlib have something akin to what I'm after or is > there an extention that might have it? Perhaps the 'correlate' function in NumPy is what you're looking for? Joris Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm