SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(33)
Dec
(20)
2004 Jan
(7)
Feb
(44)
Mar
(51)
Apr
(43)
May
(43)
Jun
(36)
Jul
(61)
Aug
(44)
Sep
(25)
Oct
(82)
Nov
(97)
Dec
(47)
2005 Jan
(77)
Feb
(143)
Mar
(42)
Apr
(31)
May
(93)
Jun
(93)
Jul
(35)
Aug
(78)
Sep
(56)
Oct
(44)
Nov
(72)
Dec
(75)
2006 Jan
(116)
Feb
(99)
Mar
(181)
Apr
(171)
May
(112)
Jun
(86)
Jul
(91)
Aug
(111)
Sep
(77)
Oct
(72)
Nov
(57)
Dec
(51)
2007 Jan
(64)
Feb
(116)
Mar
(70)
Apr
(74)
May
(53)
Jun
(40)
Jul
(519)
Aug
(151)
Sep
(132)
Oct
(74)
Nov
(282)
Dec
(190)
2008 Jan
(141)
Feb
(67)
Mar
(69)
Apr
(96)
May
(227)
Jun
(404)
Jul
(399)
Aug
(96)
Sep
(120)
Oct
(205)
Nov
(126)
Dec
(261)
2009 Jan
(136)
Feb
(136)
Mar
(119)
Apr
(124)
May
(155)
Jun
(98)
Jul
(136)
Aug
(292)
Sep
(174)
Oct
(126)
Nov
(126)
Dec
(79)
2010 Jan
(109)
Feb
(83)
Mar
(139)
Apr
(91)
May
(79)
Jun
(164)
Jul
(184)
Aug
(146)
Sep
(163)
Oct
(128)
Nov
(70)
Dec
(73)
2011 Jan
(235)
Feb
(165)
Mar
(147)
Apr
(86)
May
(74)
Jun
(118)
Jul
(65)
Aug
(75)
Sep
(162)
Oct
(94)
Nov
(48)
Dec
(44)
2012 Jan
(49)
Feb
(40)
Mar
(88)
Apr
(35)
May
(52)
Jun
(69)
Jul
(90)
Aug
(123)
Sep
(112)
Oct
(120)
Nov
(105)
Dec
(116)
2013 Jan
(76)
Feb
(26)
Mar
(78)
Apr
(43)
May
(61)
Jun
(53)
Jul
(147)
Aug
(85)
Sep
(83)
Oct
(122)
Nov
(18)
Dec
(27)
2014 Jan
(58)
Feb
(25)
Mar
(49)
Apr
(17)
May
(29)
Jun
(39)
Jul
(53)
Aug
(52)
Sep
(35)
Oct
(47)
Nov
(110)
Dec
(27)
2015 Jan
(50)
Feb
(93)
Mar
(96)
Apr
(30)
May
(55)
Jun
(83)
Jul
(44)
Aug
(8)
Sep
(5)
Oct
Nov
(1)
Dec
(1)
2016 Jan
Feb
Mar
(1)
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
(1)
Oct
(3)
Nov
Dec
2017 Jan
Feb
(5)
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
(7)
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S


1
(3)
2
(2)
3
(4)
4
(4)
5
6
7
8
(2)
9
(4)
10
(3)
11
12
(2)
13
14
15
(1)
16
(4)
17
18
(4)
19
(5)
20
(8)
21
(4)
22
(3)
23
(1)
24
(3)
25
26
(1)
27
(3)
28
(1)
29
(1)
30
(9)



Showing 8 results of 8

From: Darren D. <dd...@co...> - 2005年11月20日 23:57:30
On Sunday 20 November 2005 5:47 pm, Robert Kern wrote:
> Darren Dale wrote:
> > The last couple of days, I have been thinking about scipy_core's atlas
> > dependency, which might be a big barrier for some. There is this issue
> > with getting the full lapack instead of the truncated version, for
> > example. I don't know how difficult it is to compile atlas, having been
> > screened from the process by gentoo's package manager. The mpl devs have
> > put a lot of effort into making mpl easily accessible to the newbies
> > (remember the backend issues circa 0.50?) so I am concerned about
> > erecting new barriers now. Will scipy_core ever include something like
> > Numeric's lapack_lite?
>
> scipy_core does not depend on ATLAS. It already has lapack_lite.
>
> [svk-projects]$ ls scipy_core/scipy/corelib/lapack_lite
> blas_lite.c dlapack_lite.c f2c_lite.c zlapack_lite.c
> dlamch.c f2c.h lapack_litemodule.c
Interesting. A couple days ago I removed atlas, blas and lapack, removed my 
site.cfg, and was unable to install scipy_core. I'll try again, maybe I did 
something wrong.
From: John H. <jdh...@ac...> - 2005年11月20日 23:14:56
>>>>> "Vineet" == Vineet Jain <vi...@al...> writes:
 Vineet> Hi, Do you know where I can get the 0.85 package for
 Vineet> ubuntu. I installed the one in:
 Vineet> http://peds-pc311.bsd.uchicago.edu binary/
 Vineet> but that is an older version.
I just updated the repository -- try updating and then reinstalling.
JDH
From: Robert K. <rob...@gm...> - 2005年11月20日 22:47:20
Darren Dale wrote:
> The last couple of days, I have been thinking about scipy_core's atlas 
> dependency, which might be a big barrier for some. There is this issue with 
> getting the full lapack instead of the truncated version, for example. I 
> don't know how difficult it is to compile atlas, having been screened from 
> the process by gentoo's package manager. The mpl devs have put a lot of 
> effort into making mpl easily accessible to the newbies (remember the backend 
> issues circa 0.50?) so I am concerned about erecting new barriers now. Will 
> scipy_core ever include something like Numeric's lapack_lite?
scipy_core does not depend on ATLAS. It already has lapack_lite.
[svk-projects]$ ls scipy_core/scipy/corelib/lapack_lite
blas_lite.c dlapack_lite.c f2c_lite.c zlapack_lite.c
dlamch.c f2c.h lapack_litemodule.c
-- 
Robert Kern
rob...@gm...
"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
 -- Richard Harter
From: Darren D. <dd...@co...> - 2005年11月20日 22:10:10
On Sunday 20 November 2005 1:55 am, Travis Oliphant wrote:
> John Hunter wrote:
> >Travis, Perry, Todd and I have been
> >discussing the benefits of changing matplotlib to work *only* with the
> >new scipy, which include faster build times, smaller binaries, less
> >complexity and pushing the community to a single array object. Since
> >the new array interface works with Numeric 24, recent numarray or the
> >new scipy, *any* of these array packages would work with a matplotlib
> >compiled just for scipy. We decided to hold off on doing this until
> >scipy installations issues were sorted out even on semi-obscure
> >platforms -- Travis, what's your sense of this?
>
> My sense is that scipy_core installation is working on as many platforms
> as Numeric did. I'd personally love to see matplotlib move to a single
> scipy core build as soon as possible. This would encourage even more
> installation and testing of the new scipy core and help us iron out any
> remaining issues even faster.
>
> However, as long as matplotlib users have a sense that this is the
> direction matplotlib is headed, I see nothing wrong with making a
> release with the 3-supported arrays (especially since somebody has done
> all of the work already :-) ), and then making a release after that
> build only with new scipy core.
>
> Just having the ability to build against new scipy will still encourage
> some to make the transition (and that will help with continued testing).
The last couple of days, I have been thinking about scipy_core's atlas 
dependency, which might be a big barrier for some. There is this issue with 
getting the full lapack instead of the truncated version, for example. I 
don't know how difficult it is to compile atlas, having been screened from 
the process by gentoo's package manager. The mpl devs have put a lot of 
effort into making mpl easily accessible to the newbies (remember the backend 
issues circa 0.50?) so I am concerned about erecting new barriers now. Will 
scipy_core ever include something like Numeric's lapack_lite?
As a staff scientist at a national lab, I will be creating tools to aid our 
users in data visualization and analysis. Some of our projects involve 
extensive outreach efforts, involving gradeschool, highschool, and colleges 
around the country. My collaborators don't care if they are using matlab, 
python or whatever, as long as it is easy to use and they can get their 
analysis done.
I suggest that mpl not commit to requiring scipy *instead* of numeric or 
numarray until scipy_core can be built without external math libraries (like 
numarray and Numeric), and has proved to be a piece of cake to install 
on the major os's/distributions known to be used in this community. For 
example, scipy/distutils is still missing a site.cfg.example. I've been around 
long enough to know about site.cfg from scipy-0.3.2, but even so, when I 
build on Gentoo, I still have to edit system_info.py for new scipy to find 
the blas libraries.
I'm impressed with scipy, and hope the numeric/numarray community will adopt 
it quickly. But I don't want to advocate using MPL as a vehicle to force such 
an adoption prematurely.
Respectfully,
Darren
From: Vineet J. <vi...@al...> - 2005年11月20日 15:42:36
Hi,
 
Do you know where I can get the 0.85 package for ubuntu. I installed the one
in:
 
http://peds-pc311.bsd.uchicago.edu binary/
 
but that is an older version.
 
Thanks,
 
VJ
 
From: Jeff W. <js...@fa...> - 2005年11月20日 12:28:46
John Hunter wrote:
.....
> So my inclination is to include your patch now, during a transition
> period, and then move over to a new scipy only build, retaining the
> numerix layer so Numeric, numarray and (new) scipy users can continue
> to use mpl transparently. In particular we need to make sure that
> basemap which uses numarray.ndimage continues to work.
> 
John:
Basemap no longer uses nd_image, I've recoded the interp function in 
pure python, so it should work with scipy_core.
-Jeff
-- 
Jeffrey S. Whitaker Phone : (303)497-6313
Meteorologist FAX : (303)497-6449
NOAA/OAR/PSD R/PSD1 Email : Jef...@no...
325 Broadway Office : Skaggs Research Cntr 1D-124
Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg
From: Travis O. <oli...@ee...> - 2005年11月20日 06:55:20
John Hunter wrote:
>I read over the patch and it looks like you did a very thorough job.
>Thanks! In the near term, this means that mpl would compile three
>shared object files for each of the three array objects for each
>extension module, which of course will increase compile times and
>binary distribution sizes. Travis, Perry, Todd and I have been
>discussing the benefits of changing matplotlib to work *only* with the
>new scipy, which include faster build times, smaller binaries, less
>complexity and pushing the community to a single array object. Since
>the new array interface works with Numeric 24, recent numarray or the
>new scipy, *any* of these array packages would work with a matplotlib
>compiled just for scipy. We decided to hold off on doing this until
>scipy installations issues were sorted out even on semi-obscure
>platforms -- Travis, what's your sense of this?
> 
>
My sense is that scipy_core installation is working on as many platforms 
as Numeric did. I'd personally love to see matplotlib move to a single 
scipy core build as soon as possible. This would encourage even more 
installation and testing of the new scipy core and help us iron out any 
remaining issues even faster. 
However, as long as matplotlib users have a sense that this is the 
direction matplotlib is headed, I see nothing wrong with making a 
release with the 3-supported arrays (especially since somebody has done 
all of the work already :-) ), and then making a release after that 
build only with new scipy core. 
Just having the ability to build against new scipy will still encourage 
some to make the transition (and that will help with continued testing). 
>So my inclination is to include your patch now, during a transition
>period, and then move over to a new scipy only build, retaining the
>numerix layer so Numeric, numarray and (new) scipy users can continue
>to use mpl transparently. In particular we need to make sure that
>basemap which uses numarray.ndimage continues to work.
> 
>
With the patch already submitted, I think this makes a lot of sense. 
I'd still like to encourage people to help us test scipy core, though. 
While you may still find occasional problems (which are typically fixed 
quickly), the system is working quite well. The sooner we can merge to 
one array object, the more we will be able to help each other make it a 
better object, and the sooner we will be able to ease the burden of 
third-party packages that use arrays, and eliminate the need for heroic 
efforts like the numerix layer.
Best regards,
-Travis
From: Rob M. <rob...@gm...> - 2005年11月20日 02:04:03
I just submitted a patch to add a new non-interactive backend that
produces enhanced metafiles, an OpenOffice and Microsoft Windows
scalable graphics format that can also be embedded in .rtf files.
http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1361839&group_=
id=3D80706&atid=3D560722
The backend is based on my pyemf package that I finally released with
its first public beta:
http://pyemf.sourceforge.net
The API should be stable -- I'm only planning on adding to it and not
changing any existing method signatures in the version 2.0.* series.
Oh, and I didn't say so in the patch itself, but I'm happy to donate
the patch to matplotlib under the default matplotlib license.
Rob

Showing 8 results of 8

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /