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





Showing results of 91

<< < 1 2 3 4 (Page 4 of 4)
From: Fernando P. <fpe...@gm...> - 2006年07月08日 07:02:16
On 7/8/06, Travis Oliphant <oli...@ie...> wrote:
> Fernando Perez wrote:
> > Hi all,
> >
> > I was trying to track down a problem with current numpy/scipy from
> > svn, and realized that mpl doesn't build anymore:
> >
> >
> Get the latest SVN of matplotlib. I fixed it there to use
> numpy/oldnumeric.h
>
> It compiles and runs for me.
Mmh, odd. I must have caught things again in-between updates, because
I /was/ using SVN mpl for the test at the moment.
Thanks for the info, I'll update again.
Cheers,
f
From: Fernando P. <fpe...@gm...> - 2006年07月08日 06:39:37
Hi all,
I was trying to track down a problem with current numpy/scipy from
svn, and realized that mpl doesn't build anymore:
...
compile options:
'-I/home/fperez/tmp/local/lib/python2.4/site-packages/numpy/core/include
-I/usr/local/include -I/usr/include -I. -I/usr/include/python2.4 -c'
extra options: '-DSCIPY=1'
gcc: src/_ns_cntr.c
src/_ns_cntr.c: In function 'build_cntr_list_v2':
src/_ns_cntr.c:1376: warning: unused variable 'point'
src/_ns_cntr.c: In function 'Cntr_init':
src/_ns_cntr.c:1617: error: 'PyArray_SBYTE' undeclared (first use in
this function)
src/_ns_cntr.c:1617: error: (Each undeclared identifier is reported only once
src/_ns_cntr.c:1617: error: for each function it appears in.)
src/_ns_cntr.c: In function 'build_cntr_list_v2':
src/_ns_cntr.c:1376: warning: unused variable 'point'
src/_ns_cntr.c: In function 'Cntr_init':
src/_ns_cntr.c:1617: error: 'PyArray_SBYTE' undeclared (first use in
this function)
src/_ns_cntr.c:1617: error: (Each undeclared identifier is reported only once
src/_ns_cntr.c:1617: error: for each function it appears in.)
error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3
-Wall -Wstrict-prototypes -fPIC
-I/home/fperez/tmp/local/lib/python2.4/site-packages/numpy/core/include
-I/usr/local/include -I/usr/include -I. -I/usr/include/python2.4 -c
src/_ns_cntr.c -o build/temp.linux-i686-2.4/src/_ns_cntr.o -DSCIPY=1"
failed with exit status 1
There have been changes to the C API in numpy which are probably
causing this (See Travis' recent messages on that list).
Cheers,
f
From: Fernando P. <fpe...@gm...> - 2006年07月07日 22:45:05
On 7/7/06, Jeff Whitaker <js...@fa...> wrote:
> John: setupext.py in svn 2545 uses numpy.get_include(), which
> apparently is not available in 0.9.8. In 0.9.8, it's get_numpy_include().
And in current numpy, get_numpy_include fires a deprecation warning (I
just fixed this in my code). Such are the joys of living on the
bleeding edge :)
Cheers,
f
From: Jeff W. <js...@fa...> - 2006年07月07日 22:38:24
John Hunter wrote:
> We'd like to do a bugfix release for the next release of enthought
> python, which will include the latest mpl. Apparently, there is a
> problem with 0.87.3 and numpy which has been fixed in svn.
>
> If there is anything we should wait on, let us know, otherwise we'll
> probably try to roll out 0.87.4 early next week.
>
> Thanks,
> JDH
>
> 
John: setupext.py in svn 2545 uses numpy.get_include(), which 
apparently is not available in 0.9.8. In 0.9.8, it's get_numpy_include().
-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: Robert H. <rhe...@ma...> - 2006年07月07日 21:52:14
On Jul 7, 2006, at 5:16 PM, John Hunter wrote:
> PDF is certainly an important document format, but it doesn't seem to
> be widely used for figures.
I only use PDF figures. They are useful both in pdflatex (how I 
write), and play nice with all of the other mac utilities, in 
particular Keynote (how I present). They are generally small, and 
good looking at any size because of the vector graphics.
When converting MPL figures to pdf I usually just export to eps, then 
convert using ghostscript. In fact, if you open an eps file, OS X 
will do the conversion automagically, and open your new pdf in 
Preview. For publication quality (with annotations, etc), I export 
to eps, edit in Illustrator, and eventually export to pdf.
I'm not suggesting immediate development for a PDF backend (although 
if it came automatically with kiva, I would use it), I think eps 
+ghostscript is good enough for now. However, general pdf support is 
an important issue for me.
-Rob
From: Darren D. <dd...@co...> - 2006年07月07日 21:50:32
On Friday 07 July 2006 17:16, John Hunter wrote:
> >>>>> "Ga=EBl" =3D=3D Ga=EBl Varoquaux <gae...@no...> wr=
ites:
>
> Ga=EBl> On Fri, Jul 07, 2006 at 03:46:01PM -0500, John Hunter wrote:
> >> Ideally, I would like to see PS, SVG, Agg and
> >> [Tk|GTK|WX|Qt|FLTK]Agg and no more. But I know that other
> >> people feel differently.
>
> Ga=EBl> pdf seems very important to me.
>
> PDF is certainly an important document format, but it doesn't seem to
> be widely used for figures. I often make pdf documents but
> incorporate PNG figures into them (eg PDF latex).
I would prefer to use pdf figures in my latex documents. They are smaller,=
=20
they support alpha blending, and unlike png they are scalable. Unfortunatel=
y,=20
most academic journals still request postscript files, but this may change=
=20
some day. Printers may eventually use pdf as their native format instead of=
=20
postscript.
Not that I am advocating adding more backends to mpl, just more=20
contributors. :)
From: Fernando P. <fpe...@gm...> - 2006年07月07日 21:40:56
On 7/7/06, John Hunter <jdh...@ac...> wrote:
> >>>>> "Ga=EBl" =3D=3D Ga=EBl Varoquaux <gae...@no...> wr=
ites:
>
> Ga=EBl> On Fri, Jul 07, 2006 at 03:46:01PM -0500, John Hunter wrote:
> >> Ideally, I would like to see PS, SVG, Agg and
> >> [Tk|GTK|WX|Qt|FLTK]Agg and no more. But I know that other
> >> people feel differently.
>
> Ga=EBl> pdf seems very important to me.
>
> PDF is certainly an important document format, but it doesn't seem to
> be widely used for figures. I often make pdf documents but
> incorporate PNG figures into them (eg PDF latex). My backend list
> above is not a list of backends that I think matplotlib should support
> as much as it is a list of backends that I personally find useful and
> would personally support even if noone else did. Any backend that is
> supported by someone should remain in, even if they are the only one
> using it, in my opinion. But most backends are not supported.
>
> Only PS and Agg (and by extension all of the GTK* backends) support
> all of matplotlib's features. This should give some indication of how
> much work it is to develop a fully compliant backend, and why we have
> an incentive to minimize the number of them.
PDF has one important combination that neither PS nor png provide:
vector (hence, resolution independent) images with proper
transparency. I know SVG has that, but I don't know how well SVGs
embed in PDFs (last I tried, I couldn't make it work satisfactorily).
Cheers,
f
From: John H. <jdh...@ac...> - 2006年07月07日 21:25:14
>>>>> "Ga=EBl" =3D=3D Ga=EBl Varoquaux <gae...@no...> wr=
ites:
 Ga=EBl> On Fri, Jul 07, 2006 at 03:46:01PM -0500, John Hunter wrote:
 >> Ideally, I would like to see PS, SVG, Agg and
 >> [Tk|GTK|WX|Qt|FLTK]Agg and no more. But I know that other
 >> people feel differently.
 Ga=EBl> pdf seems very important to me.
PDF is certainly an important document format, but it doesn't seem to
be widely used for figures. I often make pdf documents but
incorporate PNG figures into them (eg PDF latex). My backend list
above is not a list of backends that I think matplotlib should support
as much as it is a list of backends that I personally find useful and
would personally support even if noone else did. Any backend that is
supported by someone should remain in, even if they are the only one
using it, in my opinion. But most backends are not supported.
Only PS and Agg (and by extension all of the GTK* backends) support
all of matplotlib's features. This should give some indication of how
much work it is to develop a fully compliant backend, and why we have
an incentive to minimize the number of them.
JDH=20
From: V. <gae...@no...> - 2006年07月07日 21:11:06
On Fri, Jul 07, 2006 at 03:46:01PM -0500, John Hunter wrote:
> Ideally, I would like to see PS, SVG, Agg and [Tk|GTK|WX|Qt|FLTK]Agg
> and no more. But I know that other people feel differently.
 pdf seems very important to me.
	Just my two cents,
 Ga=EBl
From: V. <gae...@no...> - 2006年07月07日 21:08:05
 This question triggers another one from myself (that was raised by
colleagues).
 I know that there is some traits lying in mpl. Will there be one day
some traitsUI code too, to generate GUI to modify properties of objects
one the display ? This is fully related to backends.
 I find that this is one of the most requested features for mpl by my
colleagues (mind you, not by myself).
 Ga=EBl
From: John H. <jdh...@ac...> - 2006年07月07日 20:55:10
>>>>> "Eric" == Eric Firing <ef...@ha...> writes:
 Eric> John, All this brings to mind something I wanted to bring up
 Eric> anyway: we have a proliferation of backends, and occasional
 Eric> requests for more--are there any we can simply drop now, or
 Eric> soon? For example, gd? And what are the prospects that
 Eric> several backends could be consolidated via cairo? And/or
 Eric> via more extensive subclassing?
 Eric> I am worried that we are increasingly going to get into
 Eric> trouble with lack of up-to-date support for all these
 Eric> backends. Major improvements sometimes depend on backend
 Eric> changes, and the more backends we have that lack active
 Eric> maintainers, the harder this gets; and the worse for users,
 Eric> as features work on one backend but break on another.
It's a concern, and I have no problem dropping some (gd is a good
example, it was really just a proof-of-concept backend to prove that
we could mix and match GUIs with pure image backends as I was
developing agg). A number of backends are incomplete and get little
attention but do little harm either -- in my opinion they are
unsupported. paint and emf is another example of a backend that noone uses
except for the authors. I think almost noone uses gdk, gtk, cairo or
gtkcairo, but I hesitate to pull these because Steve Chaplin, the GTK
maintainer, wrote them, uses them, and has done a great job with GTK.
Ideally, I would like to see PS, SVG, Agg and [Tk|GTK|WX|Qt|FLTK]Agg
and no more. But I know that other people feel differently.
Taking the long view, enthought's kiva/chaco uses the pdf drawing
model, which is a nice model and superior to the matplotlib GTK
model. I've talked with Eric Jones many times about the desirability
of sharing a single low-level drawing model, probably based on
PDF/KIVA, that have backends for PS, SVG, PDF and one raster format
(eg Agg or Cairo). But nothing has ever happened here because we both
have lots to do and a lot of code that depends on what is already in
place.
JDH
From: Eric F. <ef...@ha...> - 2006年07月07日 20:38:48
John,
All this brings to mind something I wanted to bring up anyway: we have a 
proliferation of backends, and occasional requests for more--are there 
any we can simply drop now, or soon? For example, gd? And what are the 
prospects that several backends could be consolidated via cairo? And/or 
via more extensive subclassing?
I am worried that we are increasingly going to get into trouble with 
lack of up-to-date support for all these backends. Major improvements 
sometimes depend on backend changes, and the more backends we have that 
lack active maintainers, the harder this gets; and the worse for users, 
as features work on one backend but break on another.
Eric
John Hunter wrote:
>>>>>>"Eric" == Eric Firing <ef...@ha...> writes:
> 
> 
> Eric> Martin, When I try your example with svn matplotlib, I get a
> Eric> 34 MB eps file, and looking at it, I don't see much room for
> Eric> making it smaller--there is one obvious optimization,
> Eric> abbreviating "marker", but that's it. (The svg file is 456
> Eric> MB!) So, maybe some major optimization has already been
> Eric> done between mpl 0.87.2 and svn.
> 
> Yep, Darren got "draw_markers" properly implemented for backend PS.
> This function is much better in time and space; I believe only *Agg
> and PS implement it, but it could be ported over to SVG fairly easily
> by modifying the PS implementation.
> 
> Eric> The bigger problem is that each file format has basic
> Eric> characteristics and limitations. If you draw a million
> Eric> markers and line segments, you are inevitably going to have
> Eric> a big postscript file, unless the postscript backend somehow
> Eric> detects the fact that almost all of your points are
> Eric> indistinguishable and therefore deletes most of them--and
> Eric> this is really asking too much of a plotting backend, I
> 
> Agg does this for draw_lines -- it drops points in the path that are
> less one pixel away from the previous point. 
> 
> JDH
From: John H. <jdh...@ac...> - 2006年07月07日 17:06:42
We'd like to do a bugfix release for the next release of enthought
python, which will include the latest mpl. Apparently, there is a
problem with 0.87.3 and numpy which has been fixed in svn.
If there is anything we should wait on, let us know, otherwise we'll
probably try to roll out 0.87.4 early next week.
Thanks,
JDH
From: Darren D. <dd...@co...> - 2006年07月06日 13:04:36
Hi Kevin,
On Wednesday 05 July 2006 23:30, Kevin Mueller wrote:
> Hi all
> I ported the QtAgg backend over to Qt4 and created a patch for adding
> this backend to matplotlib with the name, Qt4Agg. I include it here, for
> anyone interested. I also noticed an earlier message like this, seemingly
> without resolution. Is there other- maybe, better- code for Qt4 available
> somewhere?
There is a qt4agg backend in svn version of matplotlib. The svn version of 
ipython also includes support for qt4.
Darren
From: Kevin M. <kjm...@at...> - 2006年07月06日 01:18:43
Attachments: addqt4.patch
Hi all
 I ported the QtAgg backend over to Qt4 and created a patch for adding this 
backend to matplotlib with the name, Qt4Agg. I include it here, for anyone 
interested. I also noticed an earlier message like this, seemingly without 
resolution. Is there other- maybe, better- code for Qt4 available 
somewhere?
Kevin Mueller
Dept. Atmospheric Science, Univ. Illinois Urbana-Qt4Champaign
From: Kevin M. <kjm...@at...> - 2006年07月06日 01:09:16
Attachments: addqt4.patch
Oops. The earlier patch was reversed by accident. Here is the fixed patch.
On Wednesday 05 July 2006 22:30, you wrote:
> Hi all
> I ported the QtAgg backend over to Qt4 and created a patch for adding
> this backend to matplotlib with the name, Qt4Agg. I include it here, for
> anyone interested. I also noticed an earlier message like this, seemingly
> without resolution. Is there other- maybe, better- code for Qt4 available
> somewhere?
>
> Kevin Mueller
> Dept. Atmospheric Science, Univ. Illinois Urbana-Qt4Champaign

Showing results of 91

<< < 1 2 3 4 (Page 4 of 4)
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 によって変換されたページ (->オリジナル) /