Well, I am a Gentoo user, so I was doing the usual emerge -uavDN world
which updates everything, so I don't know what exactly has changed.
What I can tell you is that I have gtk 2.20.1 and wxGtk 2.8.11. I
could try updating again (I update about every 1-2 weeks to keep
current and avoid issues tha
On Wed, Nov 17, 2010 at 7:38 PM, Collin Day wrote:
> On Wed, 17 Nov 2010 19:00:54 -0600
> Benjamin Root wrote:
>
> Another data point -
>
> I tried Qt4Agg - it also works interactively - ie it goes back to the
> ipython cmd line. I also noticed when I start ipython --pylab, the
> following erro
On Wed, 17 Nov 2010 19:00:54 -0600
Benjamin Root wrote:
Another data point -
I tried Qt4Agg - it also works interactively - ie it goes back to the
ipython cmd line. I also noticed when I start ipython --pylab, the
following error messages occur:
** Message: pygobject_register_sinkfunc is depr
Sorry - I should have replied to all to continue the thread on the
forum
Begin forwarded message:
Date: Wed, 17 Nov 2010 18:22:25 -0700
From: Collin Day
To: Benjamin Root
Subject: Re: [Matplotlib-users] Control of thread/program not returning
to ipython after creating a plot.
On Wed, 17 N
On Wed, Nov 17, 2010 at 6:54 PM, Collin Day wrote:
> Either I updated something that changed Matplotlib's behavior or I am
> missing something, but when I make a plot in ipython, control is not
> returning to the prompt - I can't do anything until I close the plot.
> Here is exactly what I am doi
Either I updated something that changed Matplotlib's behavior or I am
missing something, but when I make a plot in ipython, control is not
returning to the prompt - I can't do anything until I close the plot.
Here is exactly what I am doing:
ipython --pylab
x=arange(10)
y=x**2
figure()
plot(x,y)
On Wed, Nov 17, 2010 at 5:37 PM, Eric Firing wrote:
> On 11/17/2010 01:28 PM, Ognjen Ilic wrote:
> > Thanks for the help. However, when I change the matplotlibrc file I
> > get the following message
> > "Bad key "path.simplify" on line 267 in
> > /HOME/.matplotlib/matplotlibrc.
> > You probably n
On 11/17/2010 01:28 PM, Ognjen Ilic wrote:
> Thanks for the help. However, when I change the matplotlibrc file I
> get the following message
> "Bad key "path.simplify" on line 267 in
> /HOME/.matplotlib/matplotlibrc.
> You probably need to get an updated matplotlibrc file from
> http://matplotlib.s
Thanks for the help. However, when I change the matplotlibrc file I
get the following message
"Bad key "path.simplify" on line 267 in
/HOME/.matplotlib/matplotlibrc.
You probably need to get an updated matplotlibrc file from
http://matplotlib.sf.net/matplotlibrc or from the matplotlib source
distri
On Wed, Nov 17, 2010 at 1:54 PM, Eric Emsellem wrote:
> Dear Ben
> thanks a lot for this thoughful answer.
>
>
> When I use only "ipython" and not "ipython -pylab" IT WORKS!!!
>
> So this is a problem with "ipython -pylab" call...
> Any thought of why this is?
>
>
Possibly ipython is somehow conf
Dear Ben
thanks a lot for this thoughful answer.
When I use only "ipython" and not "ipython -pylab" IT WORKS!!!
So this is a problem with "ipython -pylab" call...
Any thought of why this is?
I provide more info below
thanks for any help there.
Eric
P.S.: Here is the output of my setup:
In [
On Wed, Nov 17, 2010 at 2:32 AM, Eric Emsellem wrote:
> yes, it looks like this is the right file (when I look at
> matplotlib.__file__)
>
> Now tracing which routines are run when doing this, it looks like it looks
> for
> projection in projections/__init__.py
> after going through line 675 of f
On 11/17/2010 07:35 AM, Ognjen Ilic wrote:
> Hello all,
>
> I posted about this problem on another forum (with an image attachment)
> http://python-forum.org/pythonforum/viewtopic.php?f=18&t=21951&p=99290#p99290
>
> In the figure below white space that forms a trapezoid to the right
> (slope then c
On Wed, Nov 17, 2010 at 8:44 AM, Benjamin Root wrote:
> On Wed, Nov 17, 2010 at 5:45 AM, Matthias Plum > wrote:
>
>> Hi
>>
>> I am trying to plot data on the sphere and use the hammer projection.
>> The data ploting works fine, but the angular grid isn't shown correctly.
>> In the attached pictu
There is numpy.histogram, which will give you the histogram without the plots.
But I have had little trouble using hist on log-log plots:
Try this (in ipython -pylab or with ">>> from pylab import *; import numpy"):
>>> x = numpy.random.lognormal(size=1e4)
>>> bins = logspace(-1.5, 1.5, 100)
>>>
On Wed, Nov 17, 2010 at 5:45 AM, Matthias Plum
wrote:
> Hi
>
> I am trying to plot data on the sphere and use the hammer projection.
> The data ploting works fine, but the angular grid isn't shown correctly.
> In the attached picture you can see the error(mouse pointer is on the
> position 60 E 30
Hi folks,
I want to bin sevaral arrays of data and superimpose them in a single plot.
The simplest approach is to fire several times
> hist(data_i, N)
My problem is that I want to make a loglog plot (i.e. putting a
logscale on the X axis too, something that hist doesn't allow me to
do).
So what
On Wed, Nov 17, 2010 at 2:29 AM, Tim Åberg wrote:
> Hello!
>
> I have now been tampering with a custom formatter and the more i think about
> it the more i feel there must be a more easy soulution. I have a set of
> values that are plotted over time (i use date2num, to get the conversion
> from da
I just checked it up, and it had some nice function, the timeseries
looked nice and maybe i can use it in some way (time_series looked
interesting) . I dont want to go away from Linecollection way of
plotting due to its speed or is the timeseries-way a fast way of
plotting?
Date: Wed, 17 N
yes, it looks like this is the right file (when I look at matplotlib.__file__)
Now tracing which routines are run when doing this, it looks like it looks for
projection in projections/__init__.py
after going through line 675 of figure.py
It looks like add_subplot of plt.figure() is not compatible
Hello!
I have now been tampering with a custom formatter and the more i think about it
the more i feel there must be a more easy soulution. I have a set of values
that are plotted over time (i use date2num, to get the conversion from date to
num), i also have a list with dates that corresponds
21 matches
Mail list logo