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
(7) |
2
(15) |
3
(6) |
4
(13) |
5
(5) |
6
(2) |
|
7
(8) |
8
(23) |
9
(1) |
10
(11) |
11
(20) |
12
(33) |
13
(18) |
|
14
(16) |
15
(11) |
16
(25) |
17
(25) |
18
(3) |
19
(8) |
20
|
|
21
|
22
(4) |
23
|
24
(2) |
25
|
26
(1) |
27
|
|
28
|
29
(2) |
30
(1) |
31
(1) |
|
|
|
|
From: Eric F. <ef...@ha...> - 2008-12-04 23:06:17
|
Ryan May wrote:
> Ryan May wrote:
>> Hi,
>>
>> Is there any reason pyplot.fill() doesn't support masked arrays? Or was
>> it just overlooked?
>
> Looks like this is better handled by fill_between, nevermind.
>
> Now, what about dates? I'm having problems using dates for the x-axis for
> fill_between. I know I can use date2num on my array, but I was wonder if there
> was some magic I could add to the fill_between code.
Magic is the operative word. It is sprinkled like pixie dust throughout
mpl. You may be able to figure it out by looking at the code for other
functions that do support units. You could look for recent commits by
Ted Drain, if I remember correctly, and by John, both of whom fill gaps
in units handling every now and then.
For example, note this line at the top of scatter:
self._process_unit_info(xdata=x, ydata=y, kwargs=kwargs)
Eric
>
> Ryan
>
|
|
From: Ryan M. <rm...@gm...> - 2008-12-04 22:35:27
|
Ryan May wrote: > Hi, > > Is there any reason pyplot.fill() doesn't support masked arrays? Or was > it just overlooked? Looks like this is better handled by fill_between, nevermind. Now, what about dates? I'm having problems using dates for the x-axis for fill_between. I know I can use date2num on my array, but I was wonder if there was some magic I could add to the fill_between code. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma |
|
From: Eric F. <ef...@ha...> - 2008-12-04 22:29:40
|
Ryan May wrote: > Hi, > > Is there any reason pyplot.fill() doesn't support masked arrays? Or was it just > overlooked? > I think the reason is that it is not obvious what any filled region with masked vertices should look like. Eric |
|
From: Ryan M. <rm...@gm...> - 2008-12-04 22:18:43
|
Hi, Is there any reason pyplot.fill() doesn't support masked arrays? Or was it just overlooked? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma |
|
From: Michael D. <md...@st...> - 2008-12-04 21:21:06
|
Getting git-svn installed without root privileges is truly epic, given there are virtually no installation instructions for it, and its homepage seems to be down. This doesn't bode well for git-svn adoption in managed environments like mine where users don't have root. In fairness, the hard bit is Subversion and its perl bindings, but those do need to be current, and the commonly available advice to install Alien::SVN using cpan is totally broken for non-root installs. I hope that the git-svn guys can simplify this down the road... So, I thought I'd share my solution here to save others the trouble... ###Don't use cpan to install Alien::SVN -- it should have made this whole thing really easy, but it has a number of known bugs when installing without root.### Here's what worked for me. I have a folder ~/usr for my usual user-local installs, that's already been set up with the usual environment variables in my .bashrc: export PATH=~/usr/bin:$PATH export LD_LIBRARY_PATH=~/usr/lib:$LD_LIBRARY_PATH export PKG_CONFIG_PATH=~/usr/lib/pkgconfig:$PKG_CONFIG_PATH 1) Download and install openssl from www.openssl.org/source tar zvxf openssl-0.9.8i.tar.gz cd openssl-0.9.8i ./configure --prefix=/home/mdroe/usr make -j make install 2) Download subversion tarball cd .. tar jxvf subversion-1.5.4.tar.bz2 cd subversion-1.5.4 3) Download neon inside the subversion source tree, and configure wget http://www.webdav.org/neon/neon-0.27.2.tar.gz tar zvxf neon-0.27.2.tar.gz mv neon-0.27.2 neon cd neon ./configure --prefix=/home/mdroe/usr --without-gssapi --with-ssl=openssl 4) Get apr and apr-util, and configure svn co http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x apr cd apr ./buildconf cd .. svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x apr-util cd apr-util ./buildconf cd .. 5) Build subversion ./autogen.sh ./configure --prefix=/home/mdroe/usr --with-ssl --enable-shared make -j make install 6) Build perl bindings make swig-pl make swig-pl-lib make install-swig-pl-lib cd subversion/bindings/swig/perl/native perl Makefile.PL PREFIX=/home/mdroe/usr make install cd ../../../../../.. 7) Download, build and install git tar zvxf get-1.6.0.tar.gz cd git-1.6.0 ./configure --prefix=/home/mdroe/usr make install ... follow Andrew Straw's git instructions ... (???) ... profit!!! Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA |
|
From: Andrew S. <str...@as...> - 2008-12-04 18:58:06
|
I updated the documentation to hopefully address the issue that John (and Michael) had. I also moved the git documentation to a section in doc/faq/installing_faq.rst. And I noticed that github does automatic parsing of rst files. Check this out -- Sweet! :) http://github.com/astraw/matplotlib/tree/master/doc/faq/installing_faq.rst#install-from-git Note that there is a section called "A note about git write access" which outlines an issue we may want to address, but probably only after some familiarity with the issues involved. For now, for me, even a one-way sync of the svn repo is a huge win for looking at history locally and doing "git bisect". (And "one-way sync" doesn't give justice to the ease of committing to the svn repository from git.) -Andrew |
|
From: John H. <jd...@gm...> - 2008-12-04 18:53:11
|
On Thu, Dec 4, 2008 at 12:38 PM, Charlie Moad <cw...@gm...> wrote: > Works for me. Let's aim for Saturday night so we have Sunday to test > it out. Doable? Great -- everyone please hold off adding any significant features before the release and focus any mpl time you have on outstanding bugs. |
|
From: Charlie M. <cw...@gm...> - 2008-12-04 18:38:19
|
Works for me. Let's aim for Saturday night so we have Sunday to test it out. Doable? - Charlie On Wed, Dec 3, 2008 at 9:29 PM, John Hunter <jd...@gm...> wrote: > Despite my occasional recent murmurings to get a release out, which > fall by the wayside as more pressing matters arise, I really would > like to do a 0.98.4 ASAP. Part of the reason is that there are lots > of great features and bug fixes that should be more easily accessible > to others (in particular Jae-Joon's fantastic work), part of the > reason is that the website gallery is getting farther apart from the > last released version, and part of the reason is that I am giving a > talk on Dec 12th to the NIPS "machine learning and open source > software" (MLOSS) conference. > > http://mloss.org/software/ > > John Eaton, of Octave fame, is the other invited speaker to this > session, and I want to put our best face forward. > > I would like to do the release this weekend if Charlie has time > (Charlie?). So please get your bugfixes and cleanups in over the next > couple of days, and let me know if there are any other critical > show-stopper problems or critical bugs that should hold up the > release. > > And if you have any extra time to spend taking out a few bugs on the > tracker over the next couple of days, that would be great. > > JDH > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |
|
From: Andrew S. <str...@as...> - 2008-12-04 18:32:09
|
Hi John, Michael just wrote me that he got the same error. I think that perhaps I need to assign write permissions even to read using the "personal" URL. For now, can you try the public clone URL git://github.com/astraw/matplotlib.git instead? I will attempt to sort this out... (And of course give you and Michael and anyone else write permissions if need be.) I'm new to git in a multi-developer context and git-svn may add another layer here, so please bear with me. -Andrew John Hunter wrote: > On Wed, Dec 3, 2008 at 8:12 PM, Andrew Straw <str...@as...> wrote: >> I just put my git mirror of the matplotlib svn repository online. This >> is experimental in nature. Thanks to github for hosting this project. >> Anyhow, I added instructions for how to use this (including to interact >> with the central svn repository) here: >> >> http://github.com/astraw/matplotlib/tree/master/README.git >> >> Note that the initial downloads are about 150 MB in size. > > > Just got an account, but am getting a permission denied on the first > command. I tried both with the "git" and "jdh2358" users: > > home:~> git clone gi...@gi...:astraw/matplotlib.git mpl.git > Initialized empty Git repository in /Users/jdhunter/mpl.git/.git/ > ERROR: Permission to astraw/matplotlib denied to jdh2358. > fatal: The remote end hung up unexpectedly > home:~> git clone jd...@gi...:astraw/matplotlib.git mpl.git > Initialized empty Git repository in /Users/jdhunter/mpl.git/.git/ > Permission denied (publickey). > fatal: The remote end hung up unexpectedly > > JDH |
|
From: John H. <jd...@gm...> - 2008-12-04 18:24:31
|
On Wed, Dec 3, 2008 at 8:12 PM, Andrew Straw <str...@as...> wrote: > I just put my git mirror of the matplotlib svn repository online. This > is experimental in nature. Thanks to github for hosting this project. > Anyhow, I added instructions for how to use this (including to interact > with the central svn repository) here: > > http://github.com/astraw/matplotlib/tree/master/README.git > > Note that the initial downloads are about 150 MB in size. Just got an account, but am getting a permission denied on the first command. I tried both with the "git" and "jdh2358" users: home:~> git clone gi...@gi...:astraw/matplotlib.git mpl.git Initialized empty Git repository in /Users/jdhunter/mpl.git/.git/ ERROR: Permission to astraw/matplotlib denied to jdh2358. fatal: The remote end hung up unexpectedly home:~> git clone jd...@gi...:astraw/matplotlib.git mpl.git Initialized empty Git repository in /Users/jdhunter/mpl.git/.git/ Permission denied (publickey). fatal: The remote end hung up unexpectedly JDH |
|
From: Michael D. <md...@st...> - 2008-12-04 17:52:48
|
Has anyone had any success installing git-svn on a managed machine without root priviledges? It seems that the Perl Alien::SVN dependency is totally broken in that context. Mike Andrew Straw wrote: > I just put my git mirror of the matplotlib svn repository online. This > is experimental in nature. Thanks to github for hosting this project. > Anyhow, I added instructions for how to use this (including to interact > with the central svn repository) here: > > http://github.com/astraw/matplotlib/tree/master/README.git > > Note that the initial downloads are about 150 MB in size. > > I have not actually used git in collaboration with others save through > the svn interface, so I don't have experience with some aspects of git, > particularly collaborating branching/merging/pushing etc. For > single-user use, however, I've been finding all that stuff very nice. > One thing particularly useful is the ability to clean up history before > committing changes to a central subversion repository. > > Anyhow, thanks to Ondrej for the critical clue for how to make this work. > > -Andrew > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA |
|
From: John H. <jd...@gm...> - 2008-12-04 02:29:19
|
Despite my occasional recent murmurings to get a release out, which fall by the wayside as more pressing matters arise, I really would like to do a 0.98.4 ASAP. Part of the reason is that there are lots of great features and bug fixes that should be more easily accessible to others (in particular Jae-Joon's fantastic work), part of the reason is that the website gallery is getting farther apart from the last released version, and part of the reason is that I am giving a talk on Dec 12th to the NIPS "machine learning and open source software" (MLOSS) conference. http://mloss.org/software/ John Eaton, of Octave fame, is the other invited speaker to this session, and I want to put our best face forward. I would like to do the release this weekend if Charlie has time (Charlie?). So please get your bugfixes and cleanups in over the next couple of days, and let me know if there are any other critical show-stopper problems or critical bugs that should hold up the release. And if you have any extra time to spend taking out a few bugs on the tracker over the next couple of days, that would be great. JDH |
|
From: Andrew S. <str...@as...> - 2008-12-04 02:12:12
|
I just put my git mirror of the matplotlib svn repository online. This is experimental in nature. Thanks to github for hosting this project. Anyhow, I added instructions for how to use this (including to interact with the central svn repository) here: http://github.com/astraw/matplotlib/tree/master/README.git Note that the initial downloads are about 150 MB in size. I have not actually used git in collaboration with others save through the svn interface, so I don't have experience with some aspects of git, particularly collaborating branching/merging/pushing etc. For single-user use, however, I've been finding all that stuff very nice. One thing particularly useful is the ability to clean up history before committing changes to a central subversion repository. Anyhow, thanks to Ondrej for the critical clue for how to make this work. -Andrew |