Hello again,
I'm really sorry for not having written for such a long time, but I've
been on vacation.
I've been trying to figure out what is happening with the import pylab
thing and why it makes the rounding to my data. I've found that the
problem might be related with some conflict between t
>> If you cannot open the display, most likely it is because either you
>> are running as root (bad, bad) or you are running over a remot
>> connection (ssh) and do not have X11 forwarding properly enabled or
>> configures. If you want to use mpl with an interactive window, you
>> will need to ha
Hi, again
I've trying to install everything, from the begining on another machine,
this one's running openSUSE 10.3. So I've installed the latest versions
of numpy, scipy and matplotlib and I've discovered something new which
also happens in the first machine, the one with openSUSE 10.2. The fi
John Hunter escribió:
> On Tue, Jul 15, 2008 at 2:37 AM, Angela Rivera Campos <[EMAIL PROTECTED]>
> wrote:
>
>> matplotlib version 0.90.1
>> numerix numpy 1.0.3
>
> your numpy and matplotlib versions are pretty old. Any chance you can
> upgrade to numpy 1.
First of all, thank you all for the help.
> My guess is there is something triggered by a pylab
> numpy/numerix/Numeric import, but w/o kjnowing more about your
> matplotlib and other software versions is it difficult to guess.
> Could you put these lines into a test script and run them with
> Try
>
> import pylab
>
> instead of
>
> from pylab import *
>
> Manuel
>
I've already tried using
import pylab
and also just importing the functions that I'm using, but the result is
always the same.
AR
--
Hi,
I'm quite a newbie on matplotlib.
I'm trying to get some data from a file. I've got a function that reads
the data from the file and stores it in a tuple as a set of floats. When
I use this without importing pylab it just go well but when I do it
after importing this module there's a round