[matplotlib-devel] assertion error with xkcd

2013-10-23 Thread Neal Becker
This was using pdfpages (if that matters) Traceback (most recent call last): File ./plot_stuff2.py, line 326, in module the_plot.finish (args, opt, time, res) File ./plot_stuff2.py, line 145, in finish self.pdf.savefig (self.fig) File /home/nbecker/.local/lib/python2.7/site-

Re: [matplotlib-devel] assertion error with xkcd

2013-10-23 Thread Benjamin Root
Can you provide a code example to reproduce this. I suspect that recent work on path effects might be to blame here. Also, exactly which version of matplotlib and numpy were you using? The assert was placed there about a year ago IIRC to deal with a short-lived numpy bug.

Re: [matplotlib-devel] assertion error with xkcd

2013-10-23 Thread Michael Droettboom
Can you provide a standalone example to reproduce? The multipage_pdf.py example works fine with xkcd switched on. Mike On 10/23/2013 08:01 AM, Neal Becker wrote: This was using pdfpages (if that matters) Traceback (most recent call last): File ./plot_stuff2.py, line 326, in module

Re: [matplotlib-devel] assertion error with xkcd

2013-10-23 Thread Neal Becker
Benjamin Root wrote: Can you provide a code example to reproduce this. I suspect that recent work on path effects might be to blame here. Also, exactly which version of matplotlib and numpy were you using? The assert was placed there about a year ago IIRC to deal with a short-lived numpy bug.

Re: [matplotlib-devel] assertion error with xkcd

2013-10-23 Thread Michael Droettboom
On 10/23/2013 09:51 AM, Neal Becker wrote: Benjamin Root wrote: Can you provide a code example to reproduce this. I suspect that recent work on path effects might be to blame here. Also, exactly which version of matplotlib and numpy were you using? The assert was placed there about a year