Re: [Matplotlib-users] Plotting single marker point at zoomed level

2008-05-29 Thread New2Python
Thanks for that, I already have a button to enable picking mode and the original post shows that I have already tried the copy background/restore/blit, however I must have been doing something wrong. Pehaps you can point out what the issue was ro where I was going wrong John Hunter-4 wrote: >

Re: [Matplotlib-users] os x 10.5.3 numpy 1.10 error

2008-05-29 Thread Gideon Simpson
Never mind. I think this may have had to do with something else not being installed correctly. This config (numpy 1.10, apple python 2.5.1, mpl 0.91.2, /usr/X11 png and freetype) works fine though. On May 29, 2008, at 9:59 PM, Alan G Isaac wrote: > On Thu, 29 May 2008, Gideon Simpson appare

Re: [Matplotlib-users] os x 10.5.3 numpy 1.10 error

2008-05-29 Thread Alan G Isaac
On Thu, 29 May 2008, Gideon Simpson apparently wrote: > Using apple python, numpy 1.10, I get the following error in > matplotlib 0.91.2: I do not see this. I have the same mpl and np version, and same Python version, but I'm on Windows. fwiw, Alan Isaac -

[Matplotlib-users] os x 10.5.3 numpy 1.10 error

2008-05-29 Thread Gideon Simpson
Using apple python, numpy 1.10, I get the following error in matplotlib 0.91.2: Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from pylab import * >>> plot([1,2,3,4]) []

Re: [Matplotlib-users] How to change space between axis and labels?

2008-05-29 Thread Eric Firing
Torsten Hahn wrote: > Hello, > > i am having some trouble to make the pictures for my thesis look > good. I could not figure out, how i can change the space between the > axis and the tick-labels in my plots. > > Can anyone help me? There is an rcParams setting for this. You can set it in t

[Matplotlib-users] How to change space between axis and labels?

2008-05-29 Thread Torsten Hahn
Hello, i am having some trouble to make the pictures for my thesis look good. I could not figure out, how i can change the space between the axis and the tick-labels in my plots. Can anyone help me? - This SF.net email

Re: [Matplotlib-users] matplotlib x11 usage

2008-05-29 Thread Phil Austin
cyclopsvs wrote: > Hello matplotlib users, > > I just recently started using the matplot library for generating simple > graphs instead of using R. The problem i'm experiencing are the following. > > On my work station i had to enable x11 forwarding to be able to run a script > generating plots

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-29 Thread Andrew Straw
Eric Firing wrote: > _backend_gdk.c and nxutils.c both call into the numpy C API; maybe some > c++ code does also. It is not entirely clear to me whether 1.1 is > sufficiently binary-compatible that this is safe. > The C API did not change (with the possible exception of additions). I'd be r

Re: [Matplotlib-users] matplotlib x11 usage

2008-05-29 Thread John Hunter
On Thu, May 29, 2008 at 9:40 AM, cyclopsvs <[EMAIL PROTECTED]> wrote: > Does anyone had some experience with using apache and matplot lib together, > if so could you share the experiences you had installing everything. > > I'd like to know before i continue developing these features of the > appli

[Matplotlib-users] matplotlib x11 usage

2008-05-29 Thread cyclopsvs
Hello matplotlib users, I just recently started using the matplot library for generating simple graphs instead of using R. The problem i'm experiencing are the following. On my work station i had to enable x11 forwarding to be able to run a script generating plots on a server . The problem now

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-29 Thread Joshua Lippai
I've consistently been able to build matplotlib on OS X. Just make sure you have all the dependencies installed. Personally, I have lbpng and whatnot installed in /usr/local instead of /usr/X11. I don't know if that'll help. Also, I use the GCC 4.2 that Apple has available for download on developer