Re: [matplotlib-devel] Planning for 1.3.0

2013-04-13 Thread Michiel de Hoon
Hi Derek, That is good to hear. The slowdown was caused by the performance of Quartz itself, but it depends strongly on the line width. In your example, the plot appears immediately if you use linewidth=0.9, but (with matplotlib 1.2.1) takes minutes to appear if you use linewidth=1.0. The chang

Re: [matplotlib-devel] Planning for 1.3.0

2013-04-13 Thread Derek Homeier
Hi Michiel, On 13.04.2013, at 1:30AM, Michiel de Hoon wrote: > The slow speed for long paths like the one in your example was due to a > limitation to Quartz itself. This was solved by breaking the path up into > subpaths of up to 100 points. But you mentioned that releases before 1.2 were > n