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:
>
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
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
-
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])
[]
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
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
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
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
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
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
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
11 matches
Mail list logo