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,
>
>
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
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