[matplotlib-devel] Memory leak using savefig with MacOSX backend?

2009-01-19 Thread Damon McDougall
I'm looping over several files (about 1000) to produce a vector field plot for each data file I have. Doing this with the MacOSX backend appears to chew memory. My guess as to the source of the problem is the 'savefig' function (or possibly the way the MacOSX backend handles the saving of p

[matplotlib-devel] Exploring

2010-07-30 Thread Damon McDougall
for in the savefig() method. Having said that, all of the kwargs do get passed on to the canvas.print_figure() method, so I looked in the backend_pdf.py file but couldn't find a print_figure() method. Could someone point me in the right direction? Regards, -- Damon --

Re: [matplotlib-devel] Exploring

2010-07-30 Thread Damon McDougall
Hmm, it seems as though tick labels get clipped on the top and on the right when passing bbox_inches='tight' and pad_inches=0.0. I wouldn't expect this behaviour. Is there perhaps a bug in Bbox.union that's causing this? Regards, -- Damon ------ Damon M

Re: [matplotlib-devel] Exploring

2010-07-30 Thread Damon McDougall
. This may have something to do with it. Maybe it's an issue with the bounding box not being 'inclusive' and leaving out the end points? Regards, -- Damon ------ Damon McDougall Mathematics Institute University of Warwick Coventry CV4 7AL d.mcdoug...@warwick.ac.uk

[matplotlib-devel] Colormap that prints nicely in black and white

2010-08-06 Thread Damon McDougall
(0.500, 0.15, 0.15), (0.625, 0.00, 0.00), (0.750, 0.10, 0.10), (0.875, 0.50, 0.50), (1.000, 1.00, 1.00)) } Regards, -- Damon ------ Damon McDougall Mathematics Institute University o

Re: [matplotlib-devel] [Matplotlib-users] Bug in Triangulation causes infinite loop if 4 or more duplicate points are used in tricontour()

2012-04-16 Thread Damon McDougall
On Monday, 16 April 2012 at 16:34, Kacper Kowalik wrote: > > On 16 Apr 2012 22:31, "Damon McDougall" (mailto:d.mcdoug...@warwick.ac.uk)> wrote: > > > > Hi Kacper, > > > > Just to be clear, is it tri.Triangulation(x, y) that hangs, or is it > >

Re: [matplotlib-devel] v1.1.1rc2 tarballs are up

2012-07-06 Thread Damon McDougall
y=1)" Note that some of the tests fail with satuses: KEFKK. I have the following requirements installed: nose: version 1.1.2 PIL: version 1.1.7 ghsotscript: version 9.05 inkscape: 0.48.3.1 All of these were installed using the latest version of macports. Is there anything I can do to improv

Re: [matplotlib-devel] [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-11 Thread Damon McDougall
On Tue, Jul 10, 2012 at 05:36:50PM -0400, Tony Yu wrote: > On Tue, Jul 10, 2012 at 1:52 PM, John Hunter wrote: > > > > > On Tue, Jul 10, 2012 at 12:49 PM, Damon McDougall < > > damon.mcdoug...@gmail.com> wrote: > > > >> > >> Would there be a

Re: [matplotlib-devel] [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-11 Thread Damon McDougall
On Wed, Jul 11, 2012 at 10:23:32AM -0500, John Hunter wrote: > On Wed, Jul 11, 2012 at 10:09 AM, Damon McDougall > wrote: > > > > Well, as Ben said, that error fill plot is neato! It doesn't look too > > complicated, either. I'd be more than happy to port it ove

Re: [matplotlib-devel] [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-12 Thread Damon McDougall
On Wed, Jul 11, 2012 at 08:33:21PM -0400, Tony Yu wrote: > On Wed, Jul 11, 2012 at 2:28 PM, Benjamin Root wrote: > > > > > > > On Wed, Jul 11, 2012 at 11:23 AM, John Hunter wrote: > > > >> > >> > >> On Wed, Jul 11, 2012 at 10:09 AM

Re: [matplotlib-devel] [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-12 Thread Damon McDougall
On Thu, Jul 12, 2012 at 09:41:32AM -0400, Tony Yu wrote: > On Thu, Jul 12, 2012 at 9:28 AM, Damon McDougall > wrote: > > > On Wed, Jul 11, 2012 at 08:33:21PM -0400, Tony Yu wrote: > > > On Wed, Jul 11, 2012 at 2:28 PM, Benjamin Root wrote: > > > > > > &g

Re: [matplotlib-devel] [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-12 Thread Damon McDougall
On Wed, Jul 11, 2012 at 08:33:21PM -0400, Tony Yu wrote: > On Wed, Jul 11, 2012 at 2:28 PM, Benjamin Root wrote: > > > > > > > On Wed, Jul 11, 2012 at 11:23 AM, John Hunter wrote: > > > >> > >> > >> On Wed, Jul 11, 2012 at 10:09 AM

Re: [matplotlib-devel] [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-13 Thread Damon McDougall
On Wed, Jul 11, 2012 at 08:33:21PM -0400, Tony Yu wrote: > On Wed, Jul 11, 2012 at 2:28 PM, Benjamin Root wrote: > > > > > > > On Wed, Jul 11, 2012 at 11:23 AM, John Hunter wrote: > > > >> > >> > >> On Wed, Jul 11, 2012 at 10:09 AM

Re: [matplotlib-devel] [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-17 Thread Damon McDougall
On Tue, Jul 17, 2012 at 08:21:50AM -0500, Benjamin Root wrote: > On Tue, Jul 17, 2012 at 6:25 AM, todd rme wrote: > > > On Wed, Jul 11, 2012 at 5:23 PM, John Hunter wrote: > > > > > > > > > On Wed, Jul 11, 2012 at 10:09 AM, Damon McDougall > > &g

Re: [matplotlib-devel] mpl BOFs

2012-07-18 Thread Damon McDougall
ity, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

[matplotlib-devel] Adding Matlab's fplot to Axes

2012-07-23 Thread Damon McDougall
m reluctant to file a new PR, but if there is overwhelming desire for people to see the code (perhaps due to my poor explanation) then I'll open a new PR so everyone can give their two pence. Suggestions welcome :) -- Damon McDougall http://damon-is-a-geek.com B2.39 Mathematics Institute Un

Re: [matplotlib-devel] Adding Matlab's fplot to Axes

2012-07-24 Thread Damon McDougall
On Mon, Jul 23, 2012 at 08:38:07PM -0400, Benjamin Root wrote: > On Monday, July 23, 2012, Eric Firing wrote: > > > On 2012/07/23 11:43 AM, Damon McDougall wrote: > > > Hello all, > > > > > > So, as per Philip's suggestion > > > (https://gi

Re: [matplotlib-devel] Some update on GL backend

2012-08-01 Thread Damon McDougall
apabilities. I would love to have something like this that mplot3d can hook into to produce publication-quality visualisations in three-dimensional space. I have no experience with the backend side of matplotlib, I just wante

[matplotlib-devel] The beauty of Breseham's algorithm

2012-08-08 Thread Damon McDougall
I saw this article on hacker news and wondered if it would be applicable to us? http://free.pages.at/easyfilter/bresenham.html Perhaps not, but I certainly learned something from it so I thought I'd share anyway. Best, Damon -- Damon McDougall http://damon-is-a-geek.com B2.39 Mathem

Re: [matplotlib-devel] The beauty of Breseham's algorithm

2012-08-08 Thread Damon McDougall
On Wed, Aug 08, 2012 at 09:26:58AM +0100, Damon McDougall wrote: > I saw this article on hacker news and wondered if it would be applicable > to us? http://free.pages.at/easyfilter/bresenham.html > > Perhaps not, but I certainly learned something from it so I thought I'd > sha

[matplotlib-devel] Fwd: Re: [Matplotlib-users] help me Velocity depth plot in matplotlib

2012-08-10 Thread Damon McDougall
- Forwarded message from Damon McDougall - > Date: Fri, 10 Aug 2012 12:47:22 +0100 > From: Damon McDougall > To: satish maurya > Cc: matplotlib-us...@lists.sourceforge.net > Subject: Re: [Matplotlib-users] help me Velocity depth plot in matplotlib > > On Fri,

[matplotlib-devel] Q-Q Plot

2012-08-15 Thread Damon McDougall
er!) before I started anything. Thanks! Damon -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL United Kingdom -- Live Security Virtual C

Re: [matplotlib-devel] Two 1.2 milestones

2012-08-19 Thread Damon McDougall
tone. According to mpl release calendar, the feature freeze is for 2.0, not 1.2. Is this correct, or am I missing something? -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4

Re: [matplotlib-devel] Stacked plotting in matplotlib

2012-08-23 Thread Damon McDougall
ts about these proposals or any > others you might have. I hope the community can come to a consensus which > unifies the handling of stacked-ness. > > Whatever we end up choosing, I think adding a stacked step histogram will > make it much easier to promote the use of mpl in high energy p

Re: [matplotlib-devel] Missing 1.1.1 tarball on PyPI

2012-08-24 Thread Damon McDougall
e only person who still likes to easy_install my matplotlib :-) > > > >L. -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL United Kingdom ---

[matplotlib-devel] Bug hunting

2012-08-25 Thread Damon McDougall
;ve got a little free time now, are there any specific issues I can help out with that should be prioritised higher? I'm aware of the 1.2 feature freeze, so anything new won't be merged over issues that affect a possible release candidate. Thanks! Best, Damon -- Damon McDougall htt

[matplotlib-devel] Transforms bug

2012-08-27 Thread Damon McDougall
or may not also be related to https://github.com/matplotlib/matplotlib/issues/1113 Let me know if it's worth putting in github issue. I'm dont want to create a duplicate ticket should it transpire that this problem is actually #1113 in disguise. Best, Damon -- Damon McDougall http://www.da

Re: [matplotlib-devel] Transforms bug

2012-08-27 Thread Damon McDougall
qual') on the axes should fix this -- if it > doesn't, that's indeed a bug. > Awesome, it worked. Honestly, I probably should have realised that when you don't have square axes, right angles are no longer right angles: noob error. Apologies. > > Mike > >

Re: [matplotlib-devel] Release Candidate

2012-09-10 Thread Damon McDougall
ently than show() > #113dpi= doesn't seem to have any effect with MacOS X backend Michiel has provided great feedback regarding the previously proposed solution to part of this problem, and this has been reflected in the updated pull request. -- Damon McDougall http://www.damon.is-a-geek.com

[matplotlib-devel] John Hunter awarded PSF's Distinguished Service Award

2012-09-14 Thread Damon McDougall
der to the immense effort of John and the matplotlib developers over the past decade. Best, Damon -- Damon McDougall http://www.damon.is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL Unit

Re: [matplotlib-devel] doc error at http://matplotlib.org/api/matplotlib_configuration_api.html#module-matplotlib

2012-09-17 Thread Damon McDougall
On Mon, Sep 17, 2012 at 5:12 PM, wrote: > "This is an object-orient plotting library" should say "... object-oriented > ...". > > Keith Thanks. Fixed in https://github.com/matplotlib/matplotlib/pull/1267 -- Damon McDougall http://www.damon.is-a-geek

Re: [matplotlib-devel] 1.2.0rc1 is cut

2012-09-17 Thread Damon McDougall
ich I am not. > > Mike > The problem is that gcc 4.0 does not support objective c 2.0. The "for (blah in thing) .." construct was a new addition in Objective C 2.0. -- Damon McDougall http://www.damon.is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West

Re: [matplotlib-devel] Welcoming new core developers

2012-09-20 Thread Damon McDougall
stly. ;-) > > > > On 20 September 2012 03:25, Benjamin Root 'cvml', 'ben.r...@ou.edu');> > > wrote: > >> >> >> On Wednesday, September 19, 2012, Michael Droettboom wrote: >> >>> Damon McDougall, Christoph Gohlke and R

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

2012-09-20 Thread Damon McDougall
gt; > Is it just me, or are colors looking duller? > > I attached before (v1.1.x) and after (v1.2.x) images. > > Ben Root > > Are those different colour maps? Do they look the same when you explicitly set cmap=cm.jet

[matplotlib-devel] Custom plot_trisurf triangulations

2012-09-20 Thread Damon McDougall
the code is not currently readable by humans. I will tidy it up first. Make it look purrty. Lots of love, Damon -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL United Kingdom

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-21 Thread Damon McDougall
On Fri, Sep 21, 2012 at 8:27 AM, Ian Thomas wrote: > On 20 September 2012 22:30, Damon McDougall > wrote: >> >> I have been playing with custom triangulations in the plot_trisurf >> method of the mplot3d toolkit. I thought I would share my sweet >> creat

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-22 Thread Damon McDougall
7;t you just do the same here, or am I missing something? Ah ok, I see. I was assuming a plot_trisurf(x, y, z, triangles, ...) signature. Copying the tricontour signature would be better for consistency reasons. It appears that I was the one missing something! Thanks for that. -- Damon McDougall ht

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-22 Thread Damon McDougall
re is still uncertainty regarding whether there will actually be a third release candidate. -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL United Kingdom --

Re: [matplotlib-devel] Custom plot_trisurf triangulations

2012-09-22 Thread Damon McDougall
On Sat, Sep 22, 2012 at 10:40 AM, Damon McDougall wrote: > Ah ok, I see. I was assuming a plot_trisurf(x, y, z, triangles, ...) > signature. Copying the tricontour signature would be better for > consistency reasons. It appears that I was the one missing something! I just realised I

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

2012-09-22 Thread Damon McDougall
plotlib-users and hopefully get some serious testing out of this thing. > > Thanks for all of the hard work! > > Mike The website says the current development version is rc1. -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwi

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 Mi

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

2012-09-24 Thread Damon McDougall
lotlib/issues/1304> > but did not append your comment. Fixed in https://github.com/matplotlib/matplotlib/pull/1305. -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL United Kingdom --

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

2012-09-27 Thread Damon McDougall
ffset-.5*height, offset, and offset+.5*height. > > So what does everyone think of this approach? Does anyone have any > comments, suggestions, or just think the approach is nonsense? It > would certainly be possible to implement this based more on existing > classes, but I don

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

2012-09-27 Thread Damon McDougall
On Thu, Sep 27, 2012 at 12:44 PM, Todd wrote: > On Thu, Sep 27, 2012 at 1:12 PM, Damon McDougall > wrote: >> Hi Todd, >> >> Firstly, thanks for taking the time to crystallise your thoughts in >> words first. This is one of my bad habits; I tend to rush into things.

[matplotlib-devel] Python 3.3 released

2012-09-29 Thread Damon McDougall
iveTcl<http://www.python.org/download/mac/tcltk/>. I have no experience with this, so I can't really comment further. -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands

[matplotlib-devel] Fwd: Python 3.3 released

2012-09-29 Thread Damon McDougall
Forgot to reply all. -- Forwarded message -- From: Damon McDougall Date: Sat, Sep 29, 2012 at 8:51 PM Subject: Re: [matplotlib-devel] Python 3.3 released To: Benjamin Root On Sat, Sep 29, 2012 at 6:46 PM, Benjamin Root wrote: > > > On Saturday, September 29, 2012,

Re: [matplotlib-devel] branch merge strategy

2012-10-01 Thread Damon McDougall
they should almost certainly branch from v1.2.x, or whatever the current version branch is. This way, if the pull request gets accept it's trivial to merge it into the correct place (v1.2.x) and if it's accepted but is not deemed suitable for v1.2.x it can be rebased onto master. This avoi

Re: [matplotlib-devel] MEP11: Attempting to deal with the Python library dependency issue

2012-10-03 Thread Damon McDougall
tests. Heck, I only ever ran the tests after I started contributing back to the community. Perhaps they should be spawn off to a matplotlib-tests git submodule that Travis can use for commit-checking. -- Damon McDougall http://www.damon-is-a-

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Damon McDougall
can't remember what libcairo is written in) directly? This may get around the issue, but it'd be a lot of work... -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL United Kingdom

Re: [matplotlib-devel] PyGTK vs PyGObject

2012-10-05 Thread Damon McDougall
On Fri, Oct 5, 2012 at 5:51 PM, Michael Droettboom wrote: > On 10/05/2012 11:40 AM, Damon McDougall wrote: > > On Friday, October 5, 2012, Michael Droettboom wrote: >> >> On 10/05/2012 06:38 AM, todd rme wrote: >> >> I am trying to do some experimental packages w

Re: [matplotlib-devel] Upload a higher res logo to github

2012-10-10 Thread Damon McDougall
o on > display. Given how much we pride ourselves on high-quality images, we > should probably fix this: > > https://github.com/matplotlib > > Cheers! > Ben Root This has been bugging me for a while... -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Insti

Re: [matplotlib-devel] PEP8 github label

2012-10-13 Thread Damon McDougall
On Sun, Oct 14, 2012 at 1:29 AM, Eric Firing wrote: > On 2012/10/13 1:16 PM, Damon McDougall wrote: >> I probably should have tested the waters first, but I added a PEP8 >> github label. It's neon orange so you can't miss it. The reason I did >> this is so tha

Re: [matplotlib-devel] strategy for 1.2.x, master, PEP8 changes

2012-10-14 Thread Damon McDougall
aspects of strategy? > > Eric I'm happy with whatever is decided. I'd rather not have merge conflicts, but if PEP8 is seen as a high-risk merge then I'm happy to not cherry-pick them into 1.2.x. If it is decided that we are to revert all the PEP8 changes in 1.2.x, wha

Re: [matplotlib-devel] strategy for 1.2.x, master, PEP8 changes

2012-10-15 Thread Damon McDougall
On Mon, Oct 15, 2012 at 8:59 AM, Nelle Varoquaux wrote: > > > On 15 October 2012 06:10, Eric Firing wrote: >> >> On 2012/10/14 12:44 PM, Damon McDougall wrote: >> > On Sun, Oct 14, 2012 at 9:22 PM, Eric Firing wrote: >> >> All, >> >> >

Re: [matplotlib-devel] request for code review: updates to Sankey class

2012-10-16 Thread Damon McDougall
, I think you should turn this into a pull request so you can get more feedback on an interactive level. Best, Damon -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV4 7AL United Kingdom -

[matplotlib-devel] mpl_binutils: Plotting from the command-line with matplotlib

2012-10-20 Thread Damon McDougall
nd line options implemented (albeit the most useful ones, in my opinion), this shouldn't be too big of a job. Go forth and fork! -- Damon McDougall http://www.damon-is-a-geek.com B2.39 Mathematics Institute University of Warwick Coventry West Midlands CV

Re: [matplotlib-devel] Cutting 1.2rc3

2012-10-22 Thread Damon McDougall
of the edgecolors kwarg in ax.pcolor. Jens' pull request is a bug fix, in my opinion. It is currently targeted for master (as is the currently milestoned 1.2 PR regarding transforms) but I don't see any reason for it to not make 1.2. If others feel the same then I would rather see it targ

[matplotlib-devel] Fwd: Delaying rc3 (again)

2012-10-30 Thread Damon McDougall
Whoops! I copied in the users mailing list by accident. Stupid iPhone gmail app is stupid. I might have possibly ruined the rc3 surprise. Sorry about that. -- Forwarded message -- From: *Damon McDougall* Date: Tuesday, October 30, 2012 Subject: [matplotlib-devel] Delaying rc3

Re: [matplotlib-devel] Animation class: let save() accept **kwargs which are passed on to savefig()?

2012-10-31 Thread Damon McDougall
o use it as is or > to modify at will if you think this is useful. > > Many thanks and kind regards, > Max Hi Max, Sounds like a great idea! Would you feel comfortable having a go at an implementation? You can make a pull request out of it. The rest of the developers can then deliberat

Re: [matplotlib-devel] Animation class: let save() accept **kwargs which are passed on to savefig()?

2012-10-31 Thread Damon McDougall
esome_new_feature Once you've done that, make a pull request by following the instructions here: https://help.github.com/articles/using-pull-requests Once you've done that, congratulations! Hope this helps. Best wishes, Damon -- Damon McDougall http://www.damon-is-a-gee

[matplotlib-devel] Fwd: 1.2.0 Final tagged and uploaded

2012-11-08 Thread Damon McDougall
-- Forwarded message -- From: Damon McDougall Date: Thu, Nov 8, 2012 at 6:16 PM Subject: Re: [matplotlib-devel] 1.2.0 Final tagged and uploaded To: "Russell E. Owen" On Thu, Nov 8, 2012 at 5:52 PM, Russell E. Owen wrote: > In article <509be976.90...@stsci.

Re: [matplotlib-devel] 1.2.0 Final tagged and uploaded

2012-11-08 Thread Damon McDougall
-- > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > ___ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourc

Re: [matplotlib-devel] 1.2.0 Final tagged and uploaded

2012-11-11 Thread Damon McDougall
a great idea. Get the word out. -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering Sciences 201 E. 24th St. Stop C0200 The University of Texas at Austin Austin, TX 78712-1229 -- Everyon

Re: [matplotlib-devel] 1.2.0 Final tagged and uploaded

2012-11-12 Thread Damon McDougall
On Mon, Nov 12, 2012 at 10:52 AM, Fernando Perez wrote: > Hi folks, > > On Sun, Nov 11, 2012 at 1:20 PM, Damon McDougall > wrote: >> Yeah that's a great idea. Get the word out. > > I did: > > https://speakerdeck.com/fperez/science-and-python-a-interactive

Re: [matplotlib-devel] master vs maintenance branches (current process and proposal for future workflow)

2012-11-12 Thread Damon McDougall
ttp://nvie.com/posts/a-successful-git-branching-model/ It does involve a little more effort, it does also mean that someone installing from the master branch (which is the default branch) will always get a stable release. My feeling is that the master branch shouldn't contain any unstable

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

2012-11-12 Thread Damon McDougall
aul pointed out. For a new feature there should be a couple of tests to go with it to make sure everything passes sanity checks. Thanks for spending your time contributing! -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering S

Re: [matplotlib-devel] Interpolation in a triangular mesh (tri.Triangulation)

2012-11-15 Thread Damon McDougall
rvers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > ___ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourc

[matplotlib-devel] Matplotlib 'testing' page link broken

2012-11-20 Thread Damon McDougall
http://matplotlib.org/devel/coding_guide.html Scroll down to 'Testing'. Click 'Testing'. Boom. -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering Sciences 201 E. 24th St. Stop C0200 The University of Texas at Austin A

Re: [matplotlib-devel] Matplotlib 'testing' page link broken

2012-11-22 Thread Damon McDougall
gt; >> On Tue, Nov 20, 2012 at 2:21 PM, Damon McDougall >> wrote: >>> >>> http://matplotlib.org/devel/coding_guide.html >>> >>> Scroll down to 'Testing'. Click 'Testing'. Boom. >> >> >> seems to have been f

Re: [matplotlib-devel] [PATCH] gtkagg backend leaks gc's.

2012-11-26 Thread Damon McDougall
er, >> deststride); >> >> + gdk_gc_destroy(gc); >> if (needfree) >> { >> delete [] destbuffer; >> >> >> > > If you are willing, would you like to file a P

[matplotlib-devel] Travis numpy build failures on Python 3.x

2012-11-30 Thread Damon McDougall
We seem to have inherited these recently. I am questioning whether it is something caused by us or not. Can anybody build numpy/mpl under Python 3.x on their own machine successfully? -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering Sciences 201 E. 24th

Re: [matplotlib-devel] Travis numpy build failures on Python 3.x

2012-11-30 Thread Damon McDougall
On Fri, Nov 30, 2012 at 4:25 PM, Damon McDougall wrote: > We seem to have inherited these recently. I am questioning whether it > is something caused by us or not. Can anybody build numpy/mpl under > Python 3.x on their own machine successfully? Looks like Jens found the probl

[matplotlib-devel] Fwd: Travis numpy build failures on Python 3.x

2012-11-30 Thread Damon McDougall
Forwarding to the list... -- Forwarded message -- From: Thomas Kluyver Date: Fri, Nov 30, 2012 at 4:35 PM Subject: Re: [matplotlib-devel] Travis numpy build failures on Python 3.x To: Damon McDougall On 30 November 2012 22:25, Damon McDougall wrote: > > We seem t

[matplotlib-devel] Fwd: Travis numpy build failures on Python 3.x

2012-11-30 Thread Damon McDougall
Forwarding to list again... -- Forwarded message -- From: Nathaniel Smith Date: Fri, Nov 30, 2012 at 5:13 PM Subject: Re: [matplotlib-devel] Travis numpy build failures on Python 3.x To: Damon McDougall On Fri, Nov 30, 2012 at 10:25 PM, Damon McDougall wrote: > We seem

Re: [matplotlib-devel] Fwd: Travis numpy build failures on Python 3.x

2012-12-01 Thread Damon McDougall
testing at all for Python 3.x, so that gets my +1. Thanks Mike. > > Mike > > On 11/30/2012 06:20 PM, Damon McDougall wrote: >> Forwarding to list again... >> >> >> -- Forwarded message -- >> From: Nathaniel Smith >> Date: Fri, Nov 30, 20

Re: [matplotlib-devel] Fwd: Travis numpy build failures on Python 3.x

2012-12-02 Thread Damon McDougall
On Sat, Dec 1, 2012 at 12:56 PM, Damon McDougall wrote: > On Sat, Dec 1, 2012 at 12:28 PM, Michael Droettboom wrote: >> Ok. I'll go ahead and put the workaround in our .travis.yml. Any >> active pull requests that we want to have good Travis results for will >> nee

Re: [matplotlib-devel] Fwd: Travis numpy build failures on Python 3.x

2012-12-02 Thread Damon McDougall
On Sun, Dec 2, 2012 at 11:00 AM, Damon McDougall wrote: > On Sat, Dec 1, 2012 at 12:56 PM, Damon McDougall > wrote: >> On Sat, Dec 1, 2012 at 12:28 PM, Michael Droettboom wrote: >>> Ok. I'll go ahead and put the workaround in our .travis.yml. Any >>> active

Re: [matplotlib-devel] Fwd: Travis numpy build failures on Python 3.x

2012-12-02 Thread Damon McDougall
/travis-ci.org/matplotlib/matplotlib/jobs/3469141 > > Mike > > > On 12/02/2012 12:23 PM, Thomas Kluyver wrote: > > On 2 December 2012 17:02, Damon McDougall wrote: >> >> > Still failing even with the workaround. Here's proof: >> > https://github.com/matp

Re: [matplotlib-devel] Experiments in removing/replacing PyCXX

2012-12-04 Thread Damon McDougall
an' tool, with the added downside of hard-to-maintain under-code. -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering Sciences 201 E. 24th St. Stop C0200 The University of Texas at Austin Austin, TX 78712-1229 --

[matplotlib-devel] GitHub attachments

2012-12-07 Thread Damon McDougall
and link it to the issue comment and then have it disappear when you delete it and forgot it was linked to GitHub. Win. -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering Sciences 201 E. 24th St. Stop C0200 The University of Texas at Austin Austin, TX 78712

Re: [matplotlib-devel] Github Downloads going away...

2012-12-15 Thread Damon McDougall
Hub for the source and development; and Google Code for the binaries. Maybe the best thing is to host the binaries on Sourceforge. To be honest, I'm not sure that the service that hosts the binaries matters all that much. We could put links to the binaries on the webpage and then it's com

Re: [matplotlib-devel] Github Downloads going away...

2012-12-15 Thread Damon McDougall
On Sat, Dec 15, 2012 at 5:47 PM, Thomas Kluyver wrote: > On 15 December 2012 23:38, Damon McDougall > wrote: >> >> Maybe the best thing is to host the binaries on Sourceforge. > > > Having recently tried to do it, Sourceforge tries really hard to avoid > giv

Re: [matplotlib-devel] Github Downloads going away...

2012-12-16 Thread Damon McDougall
sure how the Amazon stuff works but I've heard good things about it. -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering Sciences 201 E. 24th St. Stop C0200 The University of Texas at Austin Austin, TX 78712-1229 -

Re: [matplotlib-devel] Github Downloads going away...

2012-12-16 Thread Damon McDougall
On Sun, Dec 16, 2012 at 1:38 PM, Todd wrote: > On Sun, Dec 16, 2012 at 8:21 PM, Damon McDougall > wrote: >> >> On Sat, Dec 15, 2012 at 8:25 PM, Jason Grout >> wrote: >> > On 12/14/12 10:55 AM, Nathaniel Smith wrote: >> >> sourceforge's horror o

Re: [matplotlib-devel] Github Downloads going away...

2012-12-16 Thread Damon McDougall
On Sun, Dec 16, 2012 at 2:44 PM, Eric Firing wrote: > On 2012/12/16 9:21 AM, Damon McDougall wrote: >> On Sat, Dec 15, 2012 at 8:25 PM, Jason Grout >> wrote: >>> On 12/14/12 10:55 AM, Nathaniel Smith wrote: >>>> sourceforge's horror of an interface. >

Re: [matplotlib-devel] Github Downloads going away...

2012-12-22 Thread Damon McDougall
On Mon, Dec 17, 2012 at 8:10 AM, Michael Droettboom wrote: > On 12/16/2012 03:44 PM, Eric Firing wrote: >> On 2012/12/16 9:21 AM, Damon McDougall wrote: >>> On Sat, Dec 15, 2012 at 8:25 PM, Jason Grout >>> wrote: >>>> On 12/14/12 10:55 AM, Nathaniel Smith

Re: [matplotlib-devel] Github Downloads going away...

2012-12-27 Thread Damon McDougall
On Sun, Dec 23, 2012 at 2:24 PM, Nathaniel Smith wrote: > On Sun, Dec 23, 2012 at 12:42 AM, Damon McDougall > wrote: >> On Mon, Dec 17, 2012 at 8:10 AM, Michael Droettboom wrote: >>> On 12/16/2012 03:44 PM, Eric Firing wrote: >>>> On 2012/12/16 9:21 AM, Damon M

Re: [matplotlib-devel] Requiring numpy requirement to 1.5 on master?

2013-01-14 Thread Damon McDougall
e. >> >> (And as a detail, it isn't until Numpy 1.7 that a "CloseFile" function >> is provided, so even on master, we're stuck copying some code over). >> >> Any objections? Nope. -- Damon McDougall http:/

Re: [matplotlib-devel] PR #1599

2013-01-15 Thread Damon McDougall
On Thu, Jan 10, 2013 at 7:40 AM, Michael Droettboom wrote: > Alternatively, maybe we could divide the open PRs into numerical ranges > amongst some volunteers, who could triage and assign them to the attention > of the appropriate experts? I like this idea. -- Damon McDougall http://

Re: [matplotlib-devel] Usefulness of Travis-CI

2013-01-16 Thread Damon McDougall
to maintain them they can be built for other > distros as well. GitHub allow for a custom service-hook. If, as Mike says, it's not too hard to garner compute cycles, it shouldn't be too hard to write a small script to execute the test suite when th

Re: [matplotlib-devel] Matplotlib in daily life

2013-01-21 Thread Damon McDougall
SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122412 > ___ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > --

Re: [matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Damon McDougall
ials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > ___ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

Re: [matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Damon McDougall
On Sun, Jan 27, 2013 at 11:51 AM, Neal Becker wrote: > Damon McDougall wrote: > >> On Sun, Jan 27, 2013 at 8:56 AM, Neal Becker >> wrote: >>> Simple example: the bars on the two x axis ends are not visible. >>> >>> x = [3, 6, 10] >>

Re: [matplotlib-devel] errorbar - end bars not visible

2013-01-27 Thread Damon McDougall
On Sun, Jan 27, 2013 at 12:28 PM, Neal Becker wrote: > Damon McDougall wrote: > >> On Sun, Jan 27, 2013 at 11:51 AM, Neal Becker >> wrote: >>> Damon McDougall wrote: >>> >>>> On Sun, Jan 27, 2013 at 8:56 AM, Neal Becker >>>> wrote: &

Re: [matplotlib-devel] Financial support for continuous integration

2013-01-30 Thread Damon McDougall
architectures. On reflection I think the maintenance headache of managing our own build slaves outweighs the convenience of having it hosted, as you point out. -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering Sciences 201 E. 24th St. Stop C0200 The Univ

Re: [matplotlib-devel] Problem compiling matplotlib from master

2013-03-01 Thread Damon McDougall
2d_feb > ___ > Matplotlib-devel mailing list > Matplotlib-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > That's weird. Did you try installing a stable numpy version instead? I tried compili

Re: [matplotlib-devel] eps with usetex=False broken icw Ghostscript 9.07?

2013-03-04 Thread Damon McDougall
push >> --nostringval-- >> Dictionary stack: >>--dict:1169/1684(ro)(G)-- --dict:0/20(G)-- --dict:82/200(L)-- >> Current allocation mode is local >> Last OS error: No such file or directory >> Current file position is 102614 >> GPL Ghostscript 9.07: Unr

Re: [matplotlib-devel] GSOC 2013 (Google Summer Of Code)

2013-03-07 Thread Damon McDougall
t; -- > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting

Re: [matplotlib-devel] 1.2.1rc1 Tagged

2013-03-07 Thread Damon McDougall
yan, if you're out there, let me know if you run into snags with building for the Mac. -- Damon McDougall http://www.damon-is-a-geek.com Institute for Computational Engineering Sciences 201 E. 24th St. Stop C0200 The University of Texas at Austin Au

Re: [matplotlib-devel] SciPy 2013

2013-03-23 Thread Damon McDougall
ting -- it's just >> taking a while to work its way through the system. Once we have some sort >> of paid hosting system, we should be able to do a lot more than Travis >> currently can. >> >> Mike >> &g

  1   2   >