Re: SVG rendering with Python

2005-12-16 Thread Chris Lambacher
On Fri, Dec 16, 2005 at 01:58:40PM +1100, richard wrote: > Andreas Lobinger wrote: > > richard wrote: > >> Dennis Benzinger wrote: > >>>Does anybody know of a SVG rendering library for Python? > >> Google "python svg" > > > > ... to find what? > > The answer to the OP's question. The OP's questi

Re: SVG rendering with Python

2005-12-16 Thread [EMAIL PROTECTED]
Matplotlib also has an SVG renderer. Just save the file with an SVG extension or choose "SVG" as your default backend in the rc file http://matplotlib.sf.net/matplotlibrc. -- http://mail.python.org/mailman/listinfo/python-list

Re: SVG rendering with Python

2005-12-15 Thread richard
Andreas Lobinger wrote: > richard wrote: >> Dennis Benzinger wrote: >>>Does anybody know of a SVG rendering library for Python? >> Google "python svg" > > ... to find what? The answer to the OP's question. Richard -- http://mail.python.org/mailman/listinfo/python-list

Re: SVG rendering with Python

2005-12-15 Thread Chris Lambacher
You might be able to use AGG (anti grain geometry) to do svg to raster image conversion. I think there are python bindings for AGG. I know matplotlib uses AGG, but not for SVG rendering. -Chris On Wed, Dec 14, 2005 at 10:59:17PM +0100, Dennis Benzinger wrote: > Hi! > > Does anybody know of a SV

Re: SVG rendering with Python

2005-12-15 Thread Damjan
Do you want to create a SVG file or display a SVG file? SVG files are just XML so maybe you can create them easyly? -- http://mail.python.org/mailman/listinfo/python-list

Re: SVG rendering with Python

2005-12-15 Thread Andreas Lobinger
Aloha, richard wrote: > Dennis Benzinger wrote: >>Does anybody know of a SVG rendering library for Python? > Google "python svg" ... to find what? Whishing a happy day LOBI -- http://mail.python.org/mailman/listinfo/python-list

Re: SVG rendering with Python

2005-12-14 Thread richard
Dennis Benzinger wrote: > Does anybody know of a SVG rendering library for Python? Google "python svg" Richard -- http://mail.python.org/mailman/listinfo/python-list