Re: [matplotlib-devel] slowdown with big invisible lines

2012-09-14 Thread Pierre Haessig
Hi Phil, Le 13/09/2012 16:50, Phil Elson a écrit : > Your issue looks legit, I have looked through the axes.py Axes.draw > method, and there is no filtering based on the visibility toggle for > anything but images. Seems like it could be a very easy fix, would you > be willing to open an issue on

Re: [matplotlib-devel] slowdown with big invisible lines

2012-09-13 Thread Phil Elson
> I was just wondering if I should preferably post such messages about a > possible bug report on matplotlib-users mailing list instead of the > devel ml Hi Pierre, Thanks for bringing this to our attention. You've posted to the right mailing list - I'm sorry nobody has replied, we have all been

Re: [matplotlib-devel] slowdown with big invisible lines

2012-09-12 Thread Pierre Haessig
Le 10/09/2012 19:19, Pierre Haessig a écrit : > Hello, > > This may be a silly question, but I'm wondering what happens in > Matplotlib rendering when there is a "big" Line2D object (say 10**7 > points) added to an Axes, with *visibility set to false*. > > [...] Hello, I was just wondering if I sh