Re: [matplotlib-devel] backend_macosx linewidth bug

2012-09-03 Thread Michiel de Hoon
Hi Eric, I may be able to look at this over the weekend. Best, -Michiel. --- On Sun, 9/2/12, Eric Firing wrote: > From: Eric Firing > Subject: backend_macosx linewidth bug > To: "Michiel de Hoon" > Cc: "matplotlib development list" > Date: Sunday, September 2, 2012, 10:17 PM > Michiel, > >

[matplotlib-devel] clippedline example status

2012-09-03 Thread Pierre Haessig
Hello, I was playing a bit with the clippedline example (http://matplotlib.org/examples/pylab_examples/clippedline.html) and I feel it is not working anymore. From what I understand of the traceback I got, there may be something evil happening after setting >>> self._marker = 's' in the draw meth

Re: [matplotlib-devel] MEP10: Modernizing the documentation

2012-09-03 Thread Thomas Kluyver
On 26 August 2012 18:19, Michael Droettboom wrote: > I understand the comments about the difficulty of introspection. The > reason it works the way it does is so that additional parameters can be > added to the artist layer without needing to update every single > plotting function. A real world