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
|
From: Tony Yu <ts...@gm...> - 2012-03-08 19:25:32
|
When resizing a figure using `fig.set_size_inches`, the Qt backend doesn't take into account the height of the status bar or the toolbar. For example, the following script plots two figures---both *should* be 1-inch square, but this is only true of the second figure. #~~~~~ import matplotlib as mpl mpl.use('qt4agg') import matplotlib.pyplot as plt fig = plt.figure() fig.set_size_inches(1, 1, forward=True) plt.figure(figsize=(1, 1)) plt.show() #~~~~~ Note that this bug doesn't appear with `savefig` since that doesn't need to account of toolbar/status bar heights. I've submitted a PR for a fix<https://github.com/matplotlib/matplotlib/pull/748>, but I don't know how general this is. For example, I couldn't get the figure to redraw after changing the figure size with `fig.set_figwidth` or `fig.set_figheight`, so I couldn't test for that. Also, I noticed that 'tkagg' has problems with this example code, but I didn't have time to look into that. -Tony |
From: Russell E. O. <ro...@uw...> - 2012-03-06 20:20:55
|
In article <7A4...@gm...>, Ludwig Schwardt <lud...@gm...> wrote: > Hi Russell, > > > At present all people buliding matplotlib on Mac OS X must edit > > setupext.py. I have modified setupext.py to make it work with Mac OS X > > ("darwin") for Apple's python, python.org (http://python.org) python and > > presumably Homebrew > > python (since that uses /usr/local). > > > > > > > I've never actually edited setupext.py in order to build matplotlib using > Apple's python, and it has never been a problem for me. I guess it's because > system python uses the standard include locations (unlike fink and macports). I'm quite surprised it works. But my changes should not break that (unless your /usr/local contains anything that matplotlib needs and that is not compatible with Apple's python). -- Russell |
From: Nathaniel S. <nj...@po...> - 2012-03-06 19:09:05
|
On Tue, Mar 6, 2012 at 4:43 PM, John Hunter <jd...@gm...> wrote: > The timeline at http://www.google-melange.com/gsoc/events/google/gsoc2012 > says March 6th is the "[GSOC] Mentoring organization application deadline". > How do you interpret "mentoring organization" there? As the PSF or someone > under their umbrella such as statsmodels or mpl? That's referring to PSF or other "top-level" projects. Google doesn't care about how the PSF arranges its projects internally, so there's not going to be anything about that on their project calendar. As far as Google's concerned, the PSF is a single "organization", and this is the stage where they decide which "organizations" get funded. (The PSF will, of course.) -- Nathaniel (Two-time GSoC mentoring organization admin person) |
From: Nicolas R. <Nic...@in...> - 2012-03-06 18:58:26
|
From the list of 2008 given in the FAQ (http://code.google.com/soc/2008/), it seems that a mentoring organization corresponds roughly to a project. Also, from the FAQ: Organization Administrators Organization administrators submit an organization's application, and have the ability to invite system users to act as mentors or co-organization admins for their accepted organization. They have all the same system rights as Mentors, though if they wish to mentor a student they will also need to create a Mentor role profile. Users cannot act as an organization administrator and student for the same Program, but an organization administrator can act as an admin/mentor for another organization. All the organization administrators are mentors for that organization by default. They don't have to become mentors for the organization they are administrating explicitly. Mentors Mentors have the ability to review student applications and score them. Any user has the capability to apply as a mentor for any particular organization, though note that organization administrators must accept their request. Users cannot act as both mentor and student for the same Program, but a mentor can act as an organization administrator/mentor for another organization. Mentors are responsible for the projects they are mentoring during the GSoC's coding phase. They will also have the ability to submit evaluations when requested for the student projects they are mentoring. From what I've understood, you can register yourself as an organization administrator and later invite mentors to join if accepted. But it is not really clear to me (do mentors register now or later ?) Nicolas On Mar 6, 2012, at 17:25 , John Hunter wrote: > > > On Tue, Mar 6, 2012 at 9:57 AM, Nicolas Rougier <Nic...@in...> wrote: > > And this page seems to gather all relevant links: > > http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/userguide > > > > One thing I am unclear on. They make a distinction between being mentors and organization administrators. In the past, PSF has always been the sponsoring organization. What I am wondering is: does mpl need to have an organization administrator in addition to mentors, or is PSF the organization administrator and we just sign up individually as mentors? |
From: Nick B. <nb...@cl...> - 2012-03-06 17:30:47
|
On Tue, Mar 6, 2012 at 16:51, Skipper Seabold <jss...@gm...> wrote: > On Tue, Mar 6, 2012 at 11:43 AM, John Hunter <jd...@gm...> wrote: >> >> >> On Tue, Mar 6, 2012 at 10:31 AM, Skipper Seabold <jss...@gm...> >> wrote: >>> >>> >>> > One thing I am unclear on. They make a distinction between being >>> > mentors >>> > and organization administrators. In the past, PSF has always been the >>> > sponsoring organization. What I am wondering is: does mpl need to have >>> > an >>> > organization administrator in addition to mentors, or is PSF the >>> > organization administrator and we just sign up individually as mentors? >>> >>> You might ask on the sympy list. I think they were actually registered >>> as an organization administrator last year, given the number of >>> students they had. >>> >>> For statsmodels, we sign up under the umbrella of PSF who are the >>> organization. So we don't do anything until PSF announces that they >>> have been accepted as an organization IIRC. >>> >>> We plan to do the same this year. >>> >> >> The timeline at http://www.google-melange.com/gsoc/events/google/gsoc2012 >> says March 6th is the "[GSOC] Mentoring organization application deadline". > > March 9th? I thought it was the 6th too, but it turns out to be the 9th. Maybe they changed it? http://www.google-melange.com/gsoc/events/google/gsoc2012 -- Nick Barnes, Climate Code Foundation, http://climatecode.org/ |
From: Skipper S. <jss...@gm...> - 2012-03-06 16:52:11
|
On Tue, Mar 6, 2012 at 11:43 AM, John Hunter <jd...@gm...> wrote: > > > On Tue, Mar 6, 2012 at 10:31 AM, Skipper Seabold <jss...@gm...> > wrote: >> >> >> > One thing I am unclear on. They make a distinction between being >> > mentors >> > and organization administrators. In the past, PSF has always been the >> > sponsoring organization. What I am wondering is: does mpl need to have >> > an >> > organization administrator in addition to mentors, or is PSF the >> > organization administrator and we just sign up individually as mentors? >> >> You might ask on the sympy list. I think they were actually registered >> as an organization administrator last year, given the number of >> students they had. >> >> For statsmodels, we sign up under the umbrella of PSF who are the >> organization. So we don't do anything until PSF announces that they >> have been accepted as an organization IIRC. >> >> We plan to do the same this year. >> > > The timeline at http://www.google-melange.com/gsoc/events/google/gsoc2012 > says March 6th is the "[GSOC] Mentoring organization application deadline". March 9th? > How do you interpret "mentoring organization" there? As the PSF or someone > under their umbrella such as statsmodels or mpl? > I interpret it as PSF unless you want to register as a separate mentoring organization. Eg., sympy wasn't under PSF last year. Since spots are allocated to the organization, if you anticipate having a lot of interest it makes sense to register as a mentoring organization and try to get your own allotment. However, there's a greater burden put on mentoring organization as far as administrative duties and project size expectations. At least that's my understanding. > I went ahead and filled out the mentor application form that Nicolas pointed > me to as "John Hunter" and use matplotlib.sf.net as the website. Perhaps a > few other MPL devs willing to mentor should do the same just to be on the > safe side. > I can't recall is it's a GSoC requirement or a PSF requirement right now (I think the latter), but you need at least 3 mentors per project. Skipper > > http://www.google-melange.com/gsoc/profile/mentor/google/gsoc2012 > |
From: John H. <jd...@gm...> - 2012-03-06 16:44:14
|
On Tue, Mar 6, 2012 at 10:31 AM, Skipper Seabold <jss...@gm...>wrote: > > > One thing I am unclear on. They make a distinction between being mentors > > and organization administrators. In the past, PSF has always been the > > sponsoring organization. What I am wondering is: does mpl need to have > an > > organization administrator in addition to mentors, or is PSF the > > organization administrator and we just sign up individually as mentors? > > You might ask on the sympy list. I think they were actually registered > as an organization administrator last year, given the number of > students they had. > > For statsmodels, we sign up under the umbrella of PSF who are the > organization. So we don't do anything until PSF announces that they > have been accepted as an organization IIRC. > > We plan to do the same this year. > > The timeline at http://www.google-melange.com/gsoc/events/google/gsoc2012says March 6th is the "[GSOC] Mentoring organization application deadline". How do you interpret "mentoring organization" there? As the PSF or someone under their umbrella such as statsmodels or mpl? I went ahead and filled out the mentor application form that Nicolas pointed me to as "John Hunter" and use matplotlib.sf.net as the website. Perhaps a few other MPL devs willing to mentor should do the same just to be on the safe side. http://www.google-melange.com/gsoc/profile/mentor/google/gsoc2012 |
From: Skipper S. <jss...@gm...> - 2012-03-06 16:32:25
|
On Tue, Mar 6, 2012 at 11:25 AM, John Hunter <jd...@gm...> wrote: > > > On Tue, Mar 6, 2012 at 9:57 AM, Nicolas Rougier <Nic...@in...> > wrote: >> >> >> And this page seems to gather all relevant links: >> >> >> http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/userguide >> > > > One thing I am unclear on. They make a distinction between being mentors > and organization administrators. In the past, PSF has always been the > sponsoring organization. What I am wondering is: does mpl need to have an > organization administrator in addition to mentors, or is PSF the > organization administrator and we just sign up individually as mentors? You might ask on the sympy list. I think they were actually registered as an organization administrator last year, given the number of students they had. For statsmodels, we sign up under the umbrella of PSF who are the organization. So we don't do anything until PSF announces that they have been accepted as an organization IIRC. We plan to do the same this year. Skipper |
From: John H. <jd...@gm...> - 2012-03-06 16:25:35
|
On Tue, Mar 6, 2012 at 9:57 AM, Nicolas Rougier <Nic...@in...>wrote: > > And this page seems to gather all relevant links: > > > http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/userguide > > One thing I am unclear on. They make a distinction between being mentors and organization administrators. In the past, PSF has always been the sponsoring organization. What I am wondering is: does mpl need to have an organization administrator in addition to mentors, or is PSF the organization administrator and we just sign up individually as mentors? |
From: Nicolas R. <Nic...@in...> - 2012-03-06 15:57:39
|
And this page seems to gather all relevant links: http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/userguide Nicolas On Mar 6, 2012, at 16:54 , Nicolas Rougier wrote: > > I've found this: > > http://www.google-melange.com/gsoc/profile/mentor/google/gsoc2012 > > > Nicolas > > On Mar 6, 2012, at 15:53 , John Hunter wrote: > >> Can anyone find the link to the form to fill out to become a GSOC mentoring application? The deadline is today and I'd like to participate. I've waded through the FAQ and other documents, but I seem to be running in circles. >> >> JDH >> ------------------------------------------------------------------------------ >> Keep Your Developer Skills Current with LearnDevNow! >> The most comprehensive online learning library for Microsoft developers >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-d2d_______________________________________________ >> Matplotlib-devel mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Nicolas R. <Nic...@in...> - 2012-03-06 15:54:42
|
I've found this: http://www.google-melange.com/gsoc/profile/mentor/google/gsoc2012 Nicolas On Mar 6, 2012, at 15:53 , John Hunter wrote: > Can anyone find the link to the form to fill out to become a GSOC mentoring application? The deadline is today and I'd like to participate. I've waded through the FAQ and other documents, but I seem to be running in circles. > > JDH > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d_______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: John H. <jd...@gm...> - 2012-03-06 14:53:47
|
Can anyone find the link to the form to fill out to become a GSOC mentoring application? The deadline is today and I'd like to participate. I've waded through the FAQ and other documents, but I seem to be running in circles. JDH |
From: Ludwig S. <lud...@gm...> - 2012-03-03 16:54:30
|
Hi Russell, > At present all people buliding matplotlib on Mac OS X must edit > setupext.py. I have modified setupext.py to make it work with Mac OS X > ("darwin") for Apple's python, python.org (http://python.org) python and presumably Homebrew > python (since that uses /usr/local). > > I've never actually edited setupext.py in order to build matplotlib using Apple's python, and it has never been a problem for me. I guess it's because system python uses the standard include locations (unlike fink and macports). Regards, Ludwig |
From: Rui D. <ru...@ya...> - 2012-03-03 08:10:47
|
same for me for RC's on win7x64 and XPx32 ________________________________ From: Paul Hobson <pmh...@gm...> To: John Hunter <jd...@gm...> Cc: mat...@li... Sent: Friday, 2 March 2012, 23:15 Subject: Re: [matplotlib-devel] re lease schedule for next version I'll be more than happy to provide similar help testing on Windows 7. -paul On Sun, Feb 26, 2012 at 5:52 PM, John Hunter <jd...@gm...> wrote: > > > On Sun, Feb 26, 2012 at 6:16 PM, Mark Lawrence <bre...@ya...> > wrote: >> >> On 25/02/2012 17:13, John Hunter wrote: >> >> > After we get the bugfix out I'd like to gear up for a major python3 >> > release. >> >> Huge +1. >> >> I understand that the majority of Python and hence matplotlib people >> work on *nix boxes, so if you'd like a hand with testing, or anything >> else come to think of it, on my Windows Vista box feel free to ask, as >> I've been using matplotlib for around seven years and don't mind trying >> to put a bit back in. >> > > That would be great-- you can cut your teeth testing the release candidates > for the bugfix release in the current cycle, familiarize yourself with how > to run the tests, etc. > > We definitely have a shortage of OSX and windows testing, especially the > latter, because few people run from git HEAD on windows, but lots of people > do on linux. > > Just chime in when you see the announcements for "rc" release candidates on > the users or devel lists. > > Thanks! > JDH > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Matplotlib-devel mailing list Mat...@li... https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Paul H. <pmh...@gm...> - 2012-03-02 22:15:50
|
I'll be more than happy to provide similar help testing on Windows 7. -paul On Sun, Feb 26, 2012 at 5:52 PM, John Hunter <jd...@gm...> wrote: > > > On Sun, Feb 26, 2012 at 6:16 PM, Mark Lawrence <bre...@ya...> > wrote: >> >> On 25/02/2012 17:13, John Hunter wrote: >> >> > After we get the bugfix out I'd like to gear up for a major python3 >> > release. >> >> Huge +1. >> >> I understand that the majority of Python and hence matplotlib people >> work on *nix boxes, so if you'd like a hand with testing, or anything >> else come to think of it, on my Windows Vista box feel free to ask, as >> I've been using matplotlib for around seven years and don't mind trying >> to put a bit back in. >> > > That would be great-- you can cut your teeth testing the release candidates > for the bugfix release in the current cycle, familiarize yourself with how > to run the tests, etc. > > We definitely have a shortage of OSX and windows testing, especially the > latter, because few people run from git HEAD on windows, but lots of people > do on linux. > > Just chime in when you see the announcements for "rc" release candidates on > the users or devel lists. > > Thanks! > JDH > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |
From: Nick B. <nb...@cl...> - 2012-03-02 10:51:09
|
On Fri, Mar 2, 2012 at 10:21, Nicolas Rougier <Nic...@in...> wrote: > > Sorry, same for me. I was only suggesting potential ideas for GSoC. > > On Mar 2, 2012, at 10:37 , Jason Grout wrote: > >> On 3/2/12 3:31 AM, Nick Barnes wrote: >> >>> My organization is looking for projects which contribute to our own >>> goal (to promote the public understanding of climate science): in this >>> context we're helping climate scientists adopt open source techniques >>> and tools. For matplotlib that means asking climate scientists for >>> their ideas (which is where the colormap tool idea came from). >>> >>> For general-purpose matplotlib projects, I recommend that matplotlib >>> apply to be a mentoring organization. The application window closes >>> on the 6th. >> >> Sorry; I didn't mean to imply that *you* should take up these other >> projects. I was replying to the other suggestion about openGL and >> augmenting it with related ideas, for someone else that might be >> interested in the subject of the thread "matplotlib and GSOC". >> >> Jason No need to apologize! I was just encouraging matplotlib to become a mentoring org so some of these good ideas can get taken up. -- Nick Barnes, Climate Code Foundation, http://climatecode.org/ |
From: Nicolas R. <Nic...@in...> - 2012-03-02 10:21:33
|
Sorry, same for me. I was only suggesting potential ideas for GSoC. Nicolas On Mar 2, 2012, at 10:37 , Jason Grout wrote: > On 3/2/12 3:31 AM, Nick Barnes wrote: > >> My organization is looking for projects which contribute to our own >> goal (to promote the public understanding of climate science): in this >> context we're helping climate scientists adopt open source techniques >> and tools. For matplotlib that means asking climate scientists for >> their ideas (which is where the colormap tool idea came from). >> >> For general-purpose matplotlib projects, I recommend that matplotlib >> apply to be a mentoring organization. The application window closes >> on the 6th. > > Sorry; I didn't mean to imply that *you* should take up these other > projects. I was replying to the other suggestion about openGL and > augmenting it with related ideas, for someone else that might be > interested in the subject of the thread "matplotlib and GSOC". > > Jason > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Jason G. <jas...@cr...> - 2012-03-02 09:37:31
|
On 3/2/12 3:31 AM, Nick Barnes wrote: > My organization is looking for projects which contribute to our own > goal (to promote the public understanding of climate science): in this > context we're helping climate scientists adopt open source techniques > and tools. For matplotlib that means asking climate scientists for > their ideas (which is where the colormap tool idea came from). > > For general-purpose matplotlib projects, I recommend that matplotlib > apply to be a mentoring organization. The application window closes > on the 6th. Sorry; I didn't mean to imply that *you* should take up these other projects. I was replying to the other suggestion about openGL and augmenting it with related ideas, for someone else that might be interested in the subject of the thread "matplotlib and GSOC". Jason |
From: Nick B. <nb...@cl...> - 2012-03-02 09:31:49
|
On Fri, Mar 2, 2012 at 07:30, Jason Grout <jas...@cr...> wrote: > On 3/2/12 12:44 AM, Nicolas Rougier wrote: >> >> An OpenGL backend would be a nice project also. I've gathered some experience with glumpy and I can help/mentor but I suspect I'm not familiar enough with all the matplotlib internals to do this alone. > > Similar to this, a webGL backend would be great (for example, you could > use three.js, or you could use straight webGL/OpenGL). > > (of course, there's also the html5 backend that is not quite finished, I > believe...) > > Work on the 3d graphics backend in general would be cool to see too, and > could likely be added to a openGL project. My organization is looking for projects which contribute to our own goal (to promote the public understanding of climate science): in this context we're helping climate scientists adopt open source techniques and tools. For matplotlib that means asking climate scientists for their ideas (which is where the colormap tool idea came from). For general-purpose matplotlib projects, I recommend that matplotlib apply to be a mentoring organization. The application window closes on the 6th. -- Nick Barnes, Climate Code Foundation, http://climatecode.org/ |
From: Jason G. <jas...@cr...> - 2012-03-02 07:30:24
|
On 3/2/12 12:44 AM, Nicolas Rougier wrote: > > > An OpenGL backend would be a nice project also. I've gathered some experience with glumpy and I can help/mentor but I suspect I'm not familiar enough with all the matplotlib internals to do this alone. > Similar to this, a webGL backend would be great (for example, you could use three.js, or you could use straight webGL/OpenGL). (of course, there's also the html5 backend that is not quite finished, I believe...) Work on the 3d graphics backend in general would be cool to see too, and could likely be added to a openGL project. Jason |
From: Nicolas R. <Nic...@in...> - 2012-03-02 06:44:09
|
An OpenGL backend would be a nice project also. I've gathered some experience with glumpy and I can help/mentor but I suspect I'm not familiar enough with all the matplotlib internals to do this alone. Nicolas On Mar 1, 2012, at 23:12 , Eric Firing wrote: > On 03/01/2012 07:18 AM, John Hunter wrote: >> >> >> >> >> On Mar 1, 2012, at 9:01 AM, Nick Barnes<nb...@cl...> wrote: >> >>> May I ask whether matplotlib is taking part in this year's GSoC? >>> I'm canvassing ideas for the Climate Code Foundation's >>> participation, and some scientists have suggested >>> matplotlib-related improvements (e.g. a GUI tool for constructing >>> and managing segmented colormaps). Some might be specific to >>> climate science, others might be more generally useful to other >>> matplotlib users. In any case, if a student embarked on something >>> like that, they'd need to join the matplotlib development community >>> as well as ours, so I thought I'd drop by and see whether >>> GSoC-sponsored development would be welcome. >> >> They would certainly be welcome. We haven't solicited proposals, but >> we could mentor one to three students who were interested. A colormap >> GUI tool would be welcome, but it doesn't sound like an entire summer >> would be needed, so we might want to bolt on some stuff (like general >> improvements in mpl widgets and events to support design of such a >> tool in native mpl rather than, or in addition to, a UI specific >> tool) >> JDH > > I agree. I would just add that a segmented colormap tool is something > that has occurred to me several times as a good wish-list item, and that > as a physical oceanographer I certainly support expanded use of the > python stack in climate science. > > Eric > >> ------------------------------------------------------------------------------ >> Virtualization& Cloud Management Using Capacity Planning >> Cloud computing makes use of virtualization - but cloud computing >> also focuses on allowing computing to be delivered as a service. >> http://www.accelacomm.com/jaw/sfnl/114/51521223/ >> _______________________________________________ >> Matplotlib-devel mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Russell E. O. <ro...@uw...> - 2012-03-01 22:24:31
|
At present all people buliding matplotlib on Mac OS X must edit setupext.py. I have modified setupext.py to make it work with Mac OS X ("darwin") for Apple's python, python.org python and presumably Homebrew python (since that uses /usr/local). I also included instructions for users of Fink and MacPorts (though perhaps those should go in a readme somewhere, instead). Here are the changes: <https://github.com/r-owen/matplotlib/compare/fix-setupext-for-darwin> I would appreciate a review, so I can submit a pull request. -- Russell |
From: Eric F. <ef...@ha...> - 2012-03-01 22:12:44
|
On 03/01/2012 07:18 AM, John Hunter wrote: > > > > > On Mar 1, 2012, at 9:01 AM, Nick Barnes<nb...@cl...> wrote: > >> May I ask whether matplotlib is taking part in this year's GSoC? >> I'm canvassing ideas for the Climate Code Foundation's >> participation, and some scientists have suggested >> matplotlib-related improvements (e.g. a GUI tool for constructing >> and managing segmented colormaps). Some might be specific to >> climate science, others might be more generally useful to other >> matplotlib users. In any case, if a student embarked on something >> like that, they'd need to join the matplotlib development community >> as well as ours, so I thought I'd drop by and see whether >> GSoC-sponsored development would be welcome. > > They would certainly be welcome. We haven't solicited proposals, but > we could mentor one to three students who were interested. A colormap > GUI tool would be welcome, but it doesn't sound like an entire summer > would be needed, so we might want to bolt on some stuff (like general > improvements in mpl widgets and events to support design of such a > tool in native mpl rather than, or in addition to, a UI specific > tool) > JDH I agree. I would just add that a segmented colormap tool is something that has occurred to me several times as a good wish-list item, and that as a physical oceanographer I certainly support expanded use of the python stack in climate science. Eric > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: John H. <jd...@gm...> - 2012-03-01 17:19:41
|
On Mar 1, 2012, at 9:01 AM, Nick Barnes <nb...@cl...> wrote: > May I ask whether matplotlib is taking part in this year's GSoC? I'm > canvassing ideas for the Climate Code Foundation's participation, and > some scientists have suggested matplotlib-related improvements (e.g. a > GUI tool for constructing and managing segmented colormaps). Some > might be specific to climate science, others might be more generally > useful to other matplotlib users. In any case, if a student embarked > on something like that, they'd need to join the matplotlib development > community as well as ours, so I thought I'd drop by and see whether > GSoC-sponsored development would be welcome. They would certainly be welcome. We haven't solicited proposals, but we could mentor one to three students who were interested. A colormap GUI tool would be welcome, but it doesn't sound like an entire summer would be needed, so we might want to bolt on some stuff (like general improvements in mpl widgets and events to support design of such a tool in native mpl rather than, or in addition to, a UI specific tool) JDH |
From: Nick B. <nb...@cl...> - 2012-03-01 15:01:32
|
May I ask whether matplotlib is taking part in this year's GSoC? I'm canvassing ideas for the Climate Code Foundation's participation, and some scientists have suggested matplotlib-related improvements (e.g. a GUI tool for constructing and managing segmented colormaps). Some might be specific to climate science, others might be more generally useful to other matplotlib users. In any case, if a student embarked on something like that, they'd need to join the matplotlib development community as well as ours, so I thought I'd drop by and see whether GSoC-sponsored development would be welcome. -- Nick Barnes, Climate Code Foundation, http://climatecode.org/ |