Christopher Barker wrote:
> Eric Firing wrote:
>> It has been purged from the svn trunk.
>
> Thanks. Has it been deprecated somehow? I don't want folks' code to
> break too fast!
I have restored a stripped-down numpy-only version of numerix, with a
prominent deprecation warning.
Eric
>
>
>>
Eric Firing wrote:
> It has been purged from the svn trunk.
Thanks. Has it been deprecated somehow? I don't want folks' code to
break too fast!
> Now, if you can run your app
> after building from svn,
Well, I'm not set up to build on Windows...
> it should become obvious where the numerix
Chris Barker wrote:
> Hi all,
>
> I just ran into an issue with py2exe -- my app failed because various
> numpy sub-packages weren't included. However, I wasn't using them. But
> it failed because numerix imports them, and they weren't included
> because it imports them with __import__
>
> Any
Christopher Barker wrote:
> Eric Firing wrote:
>> It has been purged from the svn trunk.
>
> Thanks. Has it been deprecated somehow? I don't want folks' code to
> break too fast!
No, I guess I was in a dangerous mood--I just ripped it out. I could
put it back with a deprecation if necessary--i
John Hunter wrote:
> On Tue, Feb 24, 2009 at 1:44 PM, Christopher Barker
> wrote:
>
>>> happy get it out of matplotlib, or phase it out if necessary. I don't
>>> think it should be left there forever.
>
> I think it can be removed. It lives on the maintenance branch 0.91.
Good point. I am in
On Tue, Feb 24, 2009 at 3:48 PM, John Hunter wrote:
> On Tue, Feb 24, 2009 at 1:44 PM, Christopher Barker
> wrote:
>
> >> happy get it out of matplotlib, or phase it out if necessary. I don't
> >> think it should be left there forever.
>
> I think it can be removed. It lives on the maintenance
On Tue, Feb 24, 2009 at 1:44 PM, Christopher Barker
wrote:
>> happy get it out of matplotlib, or phase it out if necessary. I don't
>> think it should be left there forever.
I think it can be removed. It lives on the maintenance branch 0.91.
JDH
--
Eric Firing wrote:
> Why was numerix getting imported?
Good question -- I just figured MPL was doing it!
> Is this inherent in py2exe--that it
> imports all subpackages of a base, if you use that base (matplotlib)?
nope -- it imports the regular old python way --just with a different
sys.path
Chris Barker wrote:
> Hi all,
>
> I just ran into an issue with py2exe -- my app failed because various
> numpy sub-packages weren't included. However, I wasn't using them. But
> it failed because numerix imports them, and they weren't included
> because it imports them with __import__
>
> Any
Hi all,
I just ran into an issue with py2exe -- my app failed because various
numpy sub-packages weren't included. However, I wasn't using them. But
it failed because numerix imports them, and they weren't included
because it imports them with __import__
Anyway, I can work around this, but it
On Tue, Feb 24, 2009 at 9:53 AM, wrote:
> A few weeks ago, Fernando pointed out the new canvas backend to gnuplot:
>
> http://skuld.bmsc.washington.edu/~merritt/gnuplot/canvas_demos/
>
> See also:
> http://www.nabble.com/New-terminal-driver%3Aset-term-canvas-tc21364389.html
>
> Is there anyon
A few weeks ago, Fernando pointed out the new canvas backend to gnuplot:
http://skuld.bmsc.washington.edu/~merritt/gnuplot/canvas_demos/
See also:
http://www.nabble.com/New-terminal-driver%3Aset-term-canvas-tc21364389.html
Is there anyone that has worked on anything similar in matplotlib, i.
Done.
> -Original Message-
> From: Eric Firing [mailto:efir...@hawaii.edu]
> Sent: Saturday, February 21, 2009 12:18 PM
> To: James Evans
> Cc: matplotlib development list
> Subject: broken examples/units/*
>
> James,
>
> The scripts in examples/units (and run by backend_driver.py) are b
Dear all,
I asked in the user list for a way to have only left and bottom border
in figure frame
(http://sourceforge.net/mailarchive/forum.php?thread_name=1233927942.20817.1.camel%40mineat2.hmi.de&forum_name=matplotlib-users)
Tony S Yu has kindly give a solution and a implementation that maybe i
14 matches
Mail list logo