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

Showing 4 results of 4

From: Christopher B. <Chr...@no...> - 2008年02月11日 20:04:49
Gael Varoquaux wrote:
> * pylab: I love the pylab API. I want (and I am not the only one) to
> be able to construct a plot with a pylab script, or on the command
> line. I would like to be able to modify it interactively
> afterwards. Chaco's pylab equivalent is orders of magnitude below
> the real pylab.
I wonder why -- it sure looks doable.
> * Output quality. Things like laTeX support, pdf and eps output,
hmm -- I thought Kiva was designed around DisplayPDF, which you'd think 
would give you pdf support easily!
> just an constant attention to small details like the tick size,
> etc... give matplotlib an excellent output quality.
Interesting, the examples I've seen of Chaco output sure look nice, but 
maybe it takes more tweaking to get there.
> the two projects have different goals.
The goals I see here seem to match pretty well:
https://svn.enthought.com/enthought/wiki/ChacoProject
Indeed, under PyCon2008 toDo, I see:
"Fully verify PDF and SVG backends"
also:
"seemless install for chaco2 and chaco2demo packages for Win32, OS X, 
Ubuntu, Redhat"
I did just find this (with some of your stuff, Gael), for a bit more info:
http://code.enthought.com/chaco/docs/faq.shtml#comparison
Some thoughts of mine:
A few years back, before MPL, I was very excited about Chaco. however, 
at that time, Enthought ended up focusing on their needs, and things 
like non-Windows platforms, etc, were simple not supported.
However, it looks like enthought is making a lot of effort to have their 
stuff play well with the open source community -- being able to use 
individual packages (traits, etc.), more support for other platforms, etc.
So it comes a bit down to code base -- I think the goals of Chaco and 
MPL overlap a LOT -- I think different priorities have been put on them 
(more focus on GUI interactivity in Chaco, more focus on easy scripting 
in MPL), but both projects want to be able to do the same things in the 
long run.
So it comes down to architecture, I guess -- which has the better 
architecture to build on in the future? I ahve no clue, I don't know 
either one well enough to comment.
I guess it's time for me to dig into Chaco more.
-Chris
-- 
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chr...@no...
From: Gael V. <gae...@no...> - 2008年02月11日 18:22:40
On Mon, Feb 11, 2008 at 09:45:28AM -0800, Christopher Barker wrote:
> Gael Varoquaux wrote:
> > I am so happy to hear you say this. With Traits in MPL, it would be
> > possible to build an interactive plotting application based around
> > envisage, using other envisage plugins ....
> I'm really not trying to be a troll, but tell me again what MPL has that 
> Chaco doesn't? It seems there is a bit of "we want MPL to be more like 
> Chaco", but Chaco is open source, and at least nominally back-end 
> independent, so why is there this duplicate effort?
You are not at all a troll. I think this is a very important question to
ask one self. I have thought about it a lot.
Here is my answer:
 * pylab: I love the pylab API. I want (and I am not the only one) to
 be able to construct a plot with a pylab script, or on the command
 line. I would like to be able to modify it interactively
 afterwards. Chaco's pylab equivalent is orders of magnitude below
 the real pylab.
 * Output quality. Things like laTeX support, pdf and eps output, or
 just an constant attention to small details like the tick size,
 etc... give matplotlib an excellent output quality. I got used to
 it and I want to use it for all my publications, and actually I am
 quite happy having it for my day to day work to.
I would love to see MPL and Chaco merge, to be able to get the best of
both worlds, but I don't see it happening any soon, as the two projects
have different goals.
My 2 cents,
Gaël
From: Christopher B. <Chr...@no...> - 2008年02月11日 17:43:52
Gael Varoquaux wrote:
> I am so happy to hear you say this. With Traits in MPL, it would be
> possible to build an interactive plotting application based around
> envisage, using other envisage plugins ....
I'm really not trying to be a troll, but tell me again what MPL has that 
Chaco doesn't? It seems there is a bit of "we want MPL to be more like 
Chaco", but Chaco is open source, and at least nominally back-end 
independent, so why is there this duplicate effort?
 From a glance, it sure looks like you could write a pylab work-alike 
around Chaco -- at least for wx -- other back-ends would be more work.
-Chris
-- 
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chr...@no...
From: John H. <jd...@gm...> - 2008年02月11日 15:48:15
Attachments: MIGRATION.txt API_CHANGES
On Feb 10, 2008 5:12 PM, Erik Tollerud <eri...@gm...> wrote:
> I've been working on an application that uses matplotlib as its
> plotting library, and I've been noticing a steady decrease in
It looks like there is some confusion in your patch vis-a-vis the
migration from the old matplotlib transformation architecture (no on a
branch) to the new (now in the trunk). I'm attaching the migration
document. For example, your patch removes
blended_transform_factory lines (new transforms call on the trunk) and
adds blend_xy_sep_transform lines (old transforms call on the 0.91
maintenance branch).
You can patch either the maintenance branch or the trunk or both, but
I think the patch as submitted is a little mixed up if I am reading
this correctly.
JDH

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