Re: [Matplotlib-users] No clipping in svg mode

2012-03-20 Thread Sebastian Ohl
Hi Mike, On 03/19/2012 06:53 PM, Michael Droettboom wrote: > What are you using to view the SVG? This works for me in Inkscape, > Firefox and Google Chrome, but fails using rsvg 2.34 (which is used by > ImageMagick and emacs, for example). It seems that rsvg doesn't like > the clip path to appea

Re: [Matplotlib-users] No clipping in svg mode

2012-03-19 Thread Michael Droettboom
What are you using to view the SVG? This works for me in Inkscape, Firefox and Google Chrome, but fails using rsvg 2.34 (which is used by ImageMagick and emacs, for example). It seems that rsvg doesn't like the clip path to appear after the object that uses it, even though this is allowed by

[Matplotlib-users] No clipping in svg mode

2012-03-19 Thread Sebastian Ohl
Hi, when i have a dataset that covers an area larger than the area i want to show in my plot, then it should be clipped to the ranges i set to the axes (at least that is what i am expecting). when i do so and save the plot to a png-file everything is fine. but if i save it to an svg file, the plo