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





Showing 16 results of 16

From: Paul I. <piv...@gm...> - 2011年02月25日 23:12:12
Fernando Garcia Bermudez, on 2011年02月03日 09:14, wrote:
> On Thu, Feb 3, 2011 at 06:05, Michael Droettboom <md...@st...> wrote:
> > On 02/03/2011 07:48 AM, Darren Dale wrote:
> >> On Thu, Feb 3, 2011 at 12:12 AM, Fernando Garcia Bermudez
> >> <mo...@gm...> wrote:
> >>
> >>> Before continuing the debug process, though, I wanted to check with
> >>> someone knowledgeable of this branch regarding its current status. Is
> >>> it possible to compile matplotlib on python3?
> >>>
> >> Mike D. did some initial work for py3 support a while back. I don't
> >> know what platform he was working on, but he was able to produce a
> >> simple plot, maybe running the simple_plot demo.
> >>
> > I was working on Linux (RHEL5), and never got past that platform.
>
> I'll stay on the lookout for the github py3k branch and will do as
> suggested. Thanks for the update.
> 
By the way, there was a recent poll on python.org for packages
where users desire Python 3 support. 
Here are the top 10:
Votes | Package	
------+--------
 837 | Django 	
 454 | wxPython 	
 406 | scipy 	
 364 | matplotlib 	
 327 | PIL 	
 266 | py2exe 	
 185 | Twisted 	
 179 | PyGTK 	
 135 | Pygame 	
 94 | web2py 	
http://python.org/3kpoll
best,
-- 
Paul Ivanov
314 address only used for lists, off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 
From: Darren D. <dsd...@gm...> - 2011年02月25日 22:39:16
On Wed, Feb 16, 2011 at 1:21 PM, Maximilian Trescher
<fa...@tr...> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi there,
>
> I just created my first patch for matplotlib, it's addressing bug 3176823.
>
> I send the patch with an example (as suggested in the faq).
A pull request has been filed at
https://github.com/matplotlib/matplotlib/pull/18 . The discussion at
the pull request brought to light an issue: the Axes.plot_date
docstring states that the "tz" kwarg should be None or a string, but
the actual implementation appears to require None or a tzinfo
instance, not a string. There does not appear to be any tests or
examples. Does anyone use the tz kwarg to plot_date? Should we change
the docstring to indicate that a tzinfo instance is required, or do we
extend the API to accept either a tzinfo instance (as currently
implemented) or a string (as currently documented)?
Darren
From: Darren D. <dsd...@gm...> - 2011年02月25日 22:19:46
Here is a pull request proposing some changes to make.osx:
https://github.com/matplotlib/matplotlib/pull/17 . I have never used
make.osx myself. Could someone familiar with its use please have a
look and decide whether the changes should be accepted?
Thanks,
Darren
From: Darren D. <dsd...@gm...> - 2011年02月25日 20:42:46
On Fri, Feb 25, 2011 at 3:16 PM, Eric Firing <ef...@ha...> wrote:
> On 02/25/2011 10:01 AM, John Hunter wrote:
>> On Fri, Feb 25, 2011 at 1:43 PM, Ryan May<rm...@gm...> wrote:
>>> On Fri, Feb 25, 2011 at 1:11 PM, Darren Dale<dsd...@gm...> wrote:
>>>> On Fri, Feb 25, 2011 at 1:45 PM, Benjamin Root<ben...@ou...> wrote:
>>>>> Ok, I am still learning quite a bit about git, please bear with me.
>>>>>
>>>>> I am having difficulty completing a pull request that I opened.
>>>>
>>>> In general, I don't think we should close our own pull requests. It
>>>> short-circuits the review process.
>>>
>>> Agreed in principle. However, do we as devs want to get/give reviews
>>> on every change that fixes typos in the docs or fixes stupid bugs in
>>> examples? I think there's a point of diminishing returns.
>>
>> I just want to throw out there that in the migration to github, we
>> never officially said we were going to switch the development process.
>>  In fact, we said the opposite. After the migration, Jarrod suggested
>> the pull request workflow as espoused in gitwash, and I am happy to
>> experiment with it, but only to the extent that "it works", ie we are
>> getting fast enough code reviews and pull requests closed that
>> development is slowed significantly. In our experience on sf, we
>> weren't doing a good job keeping up with submitted requests by
>> non-developers on the trackers, much less reviewing the core devs'
>> contributions. Let he who thinks they can keep up with MD and JJ step
>> forward...
>>
>> JDH
>
> Elaborating a bit: mpl historically has had a very loose management and
> a free approach to changes (Thanks, John!). I think it has served us
> well. The move to git permits a continuation of this style (though for
> a smaller set of committers), while facilitating more structured
> procedures; it doesn't force us to change, it makes it easier to use a
> range of styles, as appropriate, and perhaps gently nudges us towards
> more review prior to committing.
>
> As always, review is not a one-time opportunity. Committed changes
> always can be reviewed, and new changes made as needed.
>
> This is evolution, not revolution.
I'll back off my assertion somewhat, and instead observe that, so far,
pull requests and associated code review have been working out
superbly. We are catching problems before they find their way into the
official repos. People are making constructive criticism, making
encouraging comments. Perhaps my original comment was too rigid, and
instead I should say that the pull request/code review workflow is
shaping up to be a really code thing, and I would like to advocate for
its continued use. Where appropriate. :)
From: Eric F. <ef...@ha...> - 2011年02月25日 20:16:34
On 02/25/2011 10:01 AM, John Hunter wrote:
> On Fri, Feb 25, 2011 at 1:43 PM, Ryan May<rm...@gm...> wrote:
>> On Fri, Feb 25, 2011 at 1:11 PM, Darren Dale<dsd...@gm...> wrote:
>>> On Fri, Feb 25, 2011 at 1:45 PM, Benjamin Root<ben...@ou...> wrote:
>>>> Ok, I am still learning quite a bit about git, please bear with me.
>>>>
>>>> I am having difficulty completing a pull request that I opened.
>>>
>>> In general, I don't think we should close our own pull requests. It
>>> short-circuits the review process.
>>
>> Agreed in principle. However, do we as devs want to get/give reviews
>> on every change that fixes typos in the docs or fixes stupid bugs in
>> examples? I think there's a point of diminishing returns.
>
> I just want to throw out there that in the migration to github, we
> never officially said we were going to switch the development process.
> In fact, we said the opposite. After the migration, Jarrod suggested
> the pull request workflow as espoused in gitwash, and I am happy to
> experiment with it, but only to the extent that "it works", ie we are
> getting fast enough code reviews and pull requests closed that
> development is slowed significantly. In our experience on sf, we
> weren't doing a good job keeping up with submitted requests by
> non-developers on the trackers, much less reviewing the core devs'
> contributions. Let he who thinks they can keep up with MD and JJ step
> forward...
>
> JDH
Elaborating a bit: mpl historically has had a very loose management and 
a free approach to changes (Thanks, John!). I think it has served us 
well. The move to git permits a continuation of this style (though for 
a smaller set of committers), while facilitating more structured 
procedures; it doesn't force us to change, it makes it easier to use a 
range of styles, as appropriate, and perhaps gently nudges us towards 
more review prior to committing.
As always, review is not a one-time opportunity. Committed changes 
always can be reviewed, and new changes made as needed.
This is evolution, not revolution.
Eric
From: Benjamin R. <ben...@ou...> - 2011年02月25日 20:15:02
On Fri, Feb 25, 2011 at 2:01 PM, John Hunter <jd...@gm...> wrote:
> On Fri, Feb 25, 2011 at 1:43 PM, Ryan May <rm...@gm...> wrote:
> > On Fri, Feb 25, 2011 at 1:11 PM, Darren Dale <dsd...@gm...> wrote:
> >> On Fri, Feb 25, 2011 at 1:45 PM, Benjamin Root <ben...@ou...> wrote:
> >>> Ok, I am still learning quite a bit about git, please bear with me.
> >>>
> >>> I am having difficulty completing a pull request that I opened.
> >>
> >> In general, I don't think we should close our own pull requests. It
> >> short-circuits the review process.
> >
> > Agreed in principle. However, do we as devs want to get/give reviews
> > on every change that fixes typos in the docs or fixes stupid bugs in
> > examples? I think there's a point of diminishing returns.
>
> I just want to throw out there that in the migration to github, we
> never officially said we were going to switch the development process.
> In fact, we said the opposite. After the migration, Jarrod suggested
> the pull request workflow as espoused in gitwash, and I am happy to
> experiment with it, but only to the extent that "it works", ie we are
> getting fast enough code reviews and pull requests closed that
> development is slowed significantly. In our experience on sf, we
> weren't doing a good job keeping up with submitted requests by
> non-developers on the trackers, much less reviewing the core devs'
> contributions. Let he who thinks they can keep up with MD and JJ step
> forward...
>
> JDH
>
I did a pull request for this minor change because I am still learning the
ins and outs of git and decided to make this commit in the manner I was
already familiar.
My feeling is that these pull requests are a great way to group various
commits into logical chunks. It also makes for a good "paper" trail for all
changes. Github provides so many useful tools surrounding them that making
direct merges without them seems almost disruptive. I am worried that
having two different workflows may cause issues down the line.
My take is that pull requests should always be done, but we should leave it
to the discretion of the core developers whether or not they can
self-close. This is not too different from how things were done on SF. I
personally would send out an email for more significant changes, wait a
week, do a ping, and then self-commit if there were no comments. For typos
and such, I did not even bother asking for reviews (although this was rare).
Just my two cents,
Ben Root
P.S. - Darren, my hat is off to you for all your work lately. I can't thank
you enough.
From: Fernando P. <fpe...@gm...> - 2011年02月25日 20:12:19
On Fri, Feb 25, 2011 at 12:01 PM, John Hunter <jd...@gm...> wrote:
> I just want to throw out there that in the migration to github, we
> never officially said we were going to switch the development process.
> In fact, we said the opposite. After the migration, Jarrod suggested
> the pull request workflow as espoused in gitwash, and I am happy to
> experiment with it, but only to the extent that "it works", ie we are
> getting fast enough code reviews and pull requests closed that
> development is slowed significantly. In our experience on sf, we
> weren't doing a good job keeping up with submitted requests by
> non-developers on the trackers, much less reviewing the core devs'
> contributions. Let he who thinks they can keep up with MD and JJ step
> forward...
One comment from the peanut gallery: what we've found in ipython is
that the git pull request system does make the review process vastly
more efficient. The tool is good enough that we've been reviewing
things pretty quickly, and it does overall help the project's code
quality quite a bit. It makes a big difference if doing a review has
high overhead or if it's just a matter of clicking on a link, having
all the information nicely presented there for you (conversation,
files changed, highlighted diff), and being able to comment in 2
minutes.
For simple things often my review amounts to 'good job, merge away but
fix this little thing I commented on inline'. It takes me 2 minutes
to do it, I manage to get in some feedback that improves the code
before merge, and I don't even ever download the actual branch, since
I do all the reviewing (for simple ones) just from the diffs on the
github pages.
Cheers,
f
From: Matthew B. <mat...@gm...> - 2011年02月25日 20:09:59
Yo,
On Fri, Feb 25, 2011 at 12:02 PM, Fernando Perez <fpe...@gm...> wrote:
> On Fri, Feb 25, 2011 at 11:48 AM, Darren Dale <dsd...@gm...> wrote:
>> On Fri, Feb 25, 2011 at 2:43 PM, Ryan May <rm...@gm...> wrote:
>
>>> Agreed in principle. However, do we as devs want to get/give reviews
>>> on every change that fixes typos in the docs or fixes stupid bugs in
>>> examples? I think there's a point of diminishing returns.
>>
>> I agree. Hence the "in general" qualification.
>
> FWIW, my take on this question from the same conversation on
> ipython-dev a few days ago:
>
> http://mail.scipy.org/pipermail/ipython-dev/2011-February/007258.html
>
> Others seemed OK with that approach.
In nipy, we really haven't got into the swing of code review, but I
see sympy going for it with enthusiasm, and they're better than us :)
Our policy thus far has been:
doc changes : go for it
small bug fix with test : use judgment, probably go for it
anything else : post and ask for review. In general (TM). No review,
after some period, perhaps with reminder, go for it.
It may not be very obvious, but the wait-for-review step has far less
inconvenient consequences using git than svn because it's so easy to
merge, rebase and so on.
(lurking now resumed),
Matthew
From: Fernando P. <fpe...@gm...> - 2011年02月25日 20:02:45
On Fri, Feb 25, 2011 at 11:48 AM, Darren Dale <dsd...@gm...> wrote:
> On Fri, Feb 25, 2011 at 2:43 PM, Ryan May <rm...@gm...> wrote:
>> Agreed in principle. However, do we as devs want to get/give reviews
>> on every change that fixes typos in the docs or fixes stupid bugs in
>> examples? I think there's a point of diminishing returns.
>
> I agree. Hence the "in general" qualification.
FWIW, my take on this question from the same conversation on
ipython-dev a few days ago:
http://mail.scipy.org/pipermail/ipython-dev/2011-February/007258.html
Others seemed OK with that approach.
HTH,
f
From: John H. <jd...@gm...> - 2011年02月25日 20:01:34
On Fri, Feb 25, 2011 at 1:43 PM, Ryan May <rm...@gm...> wrote:
> On Fri, Feb 25, 2011 at 1:11 PM, Darren Dale <dsd...@gm...> wrote:
>> On Fri, Feb 25, 2011 at 1:45 PM, Benjamin Root <ben...@ou...> wrote:
>>> Ok, I am still learning quite a bit about git, please bear with me.
>>>
>>> I am having difficulty completing a pull request that I opened.
>>
>> In general, I don't think we should close our own pull requests. It
>> short-circuits the review process.
>
> Agreed in principle. However, do we as devs want to get/give reviews
> on every change that fixes typos in the docs or fixes stupid bugs in
> examples? I think there's a point of diminishing returns.
I just want to throw out there that in the migration to github, we
never officially said we were going to switch the development process.
 In fact, we said the opposite. After the migration, Jarrod suggested
the pull request workflow as espoused in gitwash, and I am happy to
experiment with it, but only to the extent that "it works", ie we are
getting fast enough code reviews and pull requests closed that
development is slowed significantly. In our experience on sf, we
weren't doing a good job keeping up with submitted requests by
non-developers on the trackers, much less reviewing the core devs'
contributions. Let he who thinks they can keep up with MD and JJ step
forward...
JDH
From: Ryan M. <rm...@gm...> - 2011年02月25日 19:57:23
On Fri, Feb 25, 2011 at 1:48 PM, Darren Dale <dsd...@gm...> wrote:
> On Fri, Feb 25, 2011 at 2:43 PM, Ryan May <rm...@gm...> wrote:
>> On Fri, Feb 25, 2011 at 1:11 PM, Darren Dale <dsd...@gm...> wrote:
>>> On Fri, Feb 25, 2011 at 1:45 PM, Benjamin Root <ben...@ou...> wrote:
>>>> Ok, I am still learning quite a bit about git, please bear with me.
>>>>
>>>> I am having difficulty completing a pull request that I opened.
>>>
>>> In general, I don't think we should close our own pull requests. It
>>> short-circuits the review process.
>>
>> Agreed in principle. However, do we as devs want to get/give reviews
>> on every change that fixes typos in the docs or fixes stupid bugs in
>> examples? I think there's a point of diminishing returns.
>
> I agree. Hence the "in general" qualification.
>
Sorry. Glossed over that and took you mentioning it in this context as
objecting to self-merging this particular set of simple changes.
Ryan
-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
From: Darren D. <dsd...@gm...> - 2011年02月25日 19:48:56
On Fri, Feb 25, 2011 at 2:43 PM, Ryan May <rm...@gm...> wrote:
> On Fri, Feb 25, 2011 at 1:11 PM, Darren Dale <dsd...@gm...> wrote:
>> On Fri, Feb 25, 2011 at 1:45 PM, Benjamin Root <ben...@ou...> wrote:
>>> Ok, I am still learning quite a bit about git, please bear with me.
>>>
>>> I am having difficulty completing a pull request that I opened.
>>
>> In general, I don't think we should close our own pull requests. It
>> short-circuits the review process.
>
> Agreed in principle. However, do we as devs want to get/give reviews
> on every change that fixes typos in the docs or fixes stupid bugs in
> examples? I think there's a point of diminishing returns.
I agree. Hence the "in general" qualification.
From: Ryan M. <rm...@gm...> - 2011年02月25日 19:44:17
On Fri, Feb 25, 2011 at 1:11 PM, Darren Dale <dsd...@gm...> wrote:
> On Fri, Feb 25, 2011 at 1:45 PM, Benjamin Root <ben...@ou...> wrote:
>> Ok, I am still learning quite a bit about git, please bear with me.
>>
>> I am having difficulty completing a pull request that I opened.
>
> In general, I don't think we should close our own pull requests. It
> short-circuits the review process.
Agreed in principle. However, do we as devs want to get/give reviews
on every change that fixes typos in the docs or fixes stupid bugs in
examples? I think there's a point of diminishing returns.
Ryan
-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
From: Darren D. <dsd...@gm...> - 2011年02月25日 19:11:21
On Fri, Feb 25, 2011 at 1:45 PM, Benjamin Root <ben...@ou...> wrote:
> Ok, I am still learning quite a bit about git, please bear with me.
>
> I am having difficulty completing a pull request that I opened.
In general, I don't think we should close our own pull requests. It
short-circuits the review process.
> When I try
> to merge the changes to upstream, they get rejected. I can merge it back to
> my own master, and can even push it up to my github repo's master, but not
> matplotlib's master.
>
> After some investigation, I am left wondering if the cause might be that my
> branches were branched off of my (un-updated) master (which tracked my
> github's master, not matplotlib's master). I have tried rebasing my
> branches, but that doesn't seem to solve the problem.
>
> I am thoroughly confused. Anybody has ideas? Should I dump my repos and
> start fresh?
No, don't do that. Which repository are you trying to push to? You
probably need to sync up with the remote. See the discussion on "git
push" at the end of http://gitref.org/remotes/
From: Benjamin R. <ben...@ou...> - 2011年02月25日 18:45:37
Ok, I am still learning quite a bit about git, please bear with me.
I am having difficulty completing a pull request that I opened. When I try
to merge the changes to upstream, they get rejected. I can merge it back to
my own master, and can even push it up to my github repo's master, but not
matplotlib's master.
After some investigation, I am left wondering if the cause might be that my
branches were branched off of my (un-updated) master (which tracked my
github's master, not matplotlib's master). I have tried rebasing my
branches, but that doesn't seem to solve the problem.
I am thoroughly confused. Anybody has ideas? Should I dump my repos and
start fresh?
Thanks,
Ben Root
From: Benjamin R. <ben...@ou...> - 2011年02月25日 02:14:05
Hello all,
I have started to take seriously a refactor of mplot3d. It won't be
something done overnight or anything, but I want to do it piece-meal. The
first step will be to create some 3d versions of the various 2d transform
classes in transforrms.py. I am not a Transforms guru, so I would greatly
appreciate any input from those who really understand its architecture.
For example, should my 3D transform classes be derived from their 2d
counter-parts, or should it be a separate branch off of the base classes?
Another thought I have had is that I would like to be able to mix-in
existing transforms and scales to create a new transform (similar to
blendedtransforms). For example, a CylinderTransform could be created by
mixing in the Polar transform with a regular linear scale. Another example
would be to take a geo transform and add a log scale for its z-axis (this
would be a nice prospect for graphing meteorological data with basemap).
So, Transforms gurus, what do you suggest? Are there existing attempts to
create 3D transforms that I can learn from? What about the prospect of
incompatibilities with 2D transforms?
Thanks,
Ben Root

Showing 16 results of 16

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