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
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
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
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
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
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
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