Re: [matplotlib-devel] 1.2.0rc2 is tagged and uploaded

2012-09-24 Thread Damon McDougall
On Mon, Sep 24, 2012 at 7:23 PM, Russell E. Owen wrote: > In article <506092fe.3020...@stsci.edu>, > Michael Droettboom > wrote: > >> For the compilation problem, I am no Objective-C expert, but in C, line >> 3557 should certainly read: >> >> NSSize pxlSize = NSMakeSize(rep->pixelsWide, re

Re: [matplotlib-devel] 1.2.0rc2 is tagged and uploaded

2012-09-24 Thread Russell E. Owen
In article <506092fe.3020...@stsci.edu>, Michael Droettboom wrote: > For the compilation problem, I am no Objective-C expert, but in C, line > 3557 should certainly read: > > NSSize pxlSize = NSMakeSize(rep->pixelsWide, rep->pixelsHigh); > > I wonder if that fixes it -- but that's a to

Re: [matplotlib-devel] 1.2.0rc2 is tagged and uploaded

2012-09-24 Thread Michael Droettboom
On 09/24/2012 11:33 AM, Damon McDougall wrote: > On Mon, Sep 24, 2012 at 2:05 PM, Michael Droettboom wrote: >> Thanks for pointing this out. It should now be fixed. >> > Nope, it still says 1.2.0rc1: http://matplotlib.org > Obviously my git skills are down today. Should be up there now. Mike -

Re: [matplotlib-devel] 1.2.0rc2 is tagged and uploaded

2012-09-24 Thread Michael Droettboom
For the compilation problem, I am no Objective-C expert, but in C, line 3557 should certainly read: NSSize pxlSize = NSMakeSize(rep->pixelsWide, rep->pixelsHigh); I wonder if that fixes it -- but that's a total stab in the dark. This was a part of the code that was changed quite recently.

Re: [matplotlib-devel] 1.2.0rc2 is tagged and uploaded

2012-09-24 Thread Russell E. Owen
In article <505a06b4.6080...@stsci.edu>, Michael Droettboom wrote: > I have tagged and created a tarball for 1.2.0rc2. The githash is > 656c88f3e546. The tarball is on the github download page here: > > https://github.com/matplotlib/matplotlib/downloads > > This includes a number of impor

Re: [matplotlib-devel] 1.2.0rc2 is tagged and uploaded

2012-09-24 Thread Damon McDougall
On Mon, Sep 24, 2012 at 2:05 PM, Michael Droettboom wrote: > Thanks for pointing this out. It should now be fixed. > Nope, it still says 1.2.0rc1: http://matplotlib.org -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV

Re: [matplotlib-devel] New plot type idea -- EventRaster

2012-09-24 Thread Nathaniel Smith
On Mon, Sep 24, 2012 at 2:33 PM, Todd wrote: > This sort of plot is used ubiquitously in neuroscience. It is used to show > the time of discrete neural (brain cell) events (called "spikes") over time > in repeated trials, and is generally called a spike raster, raster plot, or > raster graph. Ho

Re: [matplotlib-devel] New plot type idea -- EventRaster

2012-09-24 Thread Todd
On Mon, Sep 24, 2012 at 3:51 PM, Nathaniel Smith wrote: > On Mon, Sep 24, 2012 at 2:33 PM, Todd wrote: >> This sort of plot is used ubiquitously in neuroscience. It is used to show >> the time of discrete neural (brain cell) events (called "spikes") over time >> in repeated trials, and is genera

[matplotlib-devel] New plot type idea -- EventRaster

2012-09-24 Thread Todd
I would like to add a new plot type to matplotlib. Of course I am willing to implement it myself, but I want to confirm that it is acceptable and iron out the implementation details and API first so there are no major surprises when I submit it. I tentatively am calling the plot type an "EventRas

Re: [matplotlib-devel] process for getting a new plot type added

2012-09-24 Thread Michael Droettboom
We welcome all volunteers! The threshold for what requires a MEP is somewhat fuzzy, but generally it's for things in the core that affect the system as a whole. Why don't you just start discussing your thoughts and plans here and we can discuss the best way forward. Mike On 09/24/2012 06:1

Re: [matplotlib-devel] 1.2.0rc2 is tagged and uploaded

2012-09-24 Thread Michael Droettboom
Thanks for pointing this out. It should now be fixed. On 09/22/2012 01:55 PM, Damon McDougall wrote: > On Wed, Sep 19, 2012 at 6:53 PM, Michael Droettboom wrote: >> I have tagged and created a tarball for 1.2.0rc2. The githash is >> 656c88f3e546. The tarball is on the github download page here

[matplotlib-devel] process for getting a new plot type added

2012-09-24 Thread Todd
Hi, I am interested in implementing a new plot type for matplotlib. Is there a specific process I should go through, or is just discussing it on the mailing list sufficient? I see matplotlib has a MEP system similar to PEP, but there don't appear to be that many MEPs so I don't know whether it is