Re: [Matplotlib-users] Polar plots rendered incorrectly in SVG

2009-09-18 Thread Bartosz Telenczuk
Dear Jae-Joon, Your workaround worked perfectly! Thanks a lot! Cheers, Bartosz -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart y

Re: [Matplotlib-users] Polar plots rendered incorrectly in SVG

2009-09-17 Thread Michael Droettboom
Thanks. I think you're right, Jae-Joon. I've committed a slightly simplified version of your patch on the 0.99 branch and trunk. Mike Jae-Joon Lee wrote: > Thanks for reporting the problem. > I can reproduce this error in the svn trunk. > > My diagnosis is that this is because the clip mask is

Re: [Matplotlib-users] Polar plots rendered incorrectly in SVG

2009-09-16 Thread Jae-Joon Lee
Thanks for reporting the problem. I can reproduce this error in the svn trunk. My diagnosis is that this is because the clip mask is not correctly set, i.e., the mask path is not properly flipped in the svg backend. I was able to solve this particular problem using the attached patch. But, i'm not

[Matplotlib-users] Polar plots rendered incorrectly in SVG

2009-09-16 Thread Bartosz Telenczuk
Dear all, I have a problem with exporting polar plots to SVG. When attached to axes which are not centered in the figure, the content (grids, data, etc.) seems not to be shifted correctly with the axes. However, when I plot it directly to the screen or export to PNG everything is fine. Here is an