Discussion:
How do I plot functions (e.g. x^2) in SVG?
(too old to reply)
Carsten Vogel, Dresden
2007-07-25 07:06:32 UTC
Permalink
Hi!

I am interested to plot simple functions (like polynomials,
trigonometrical functions) with SVG, due to line, polyline, and bezier I
assume nothing specific is implemented yet. Anybody got a clue how to
realize consistent and easy?


Looking forward to your answers!

Carsten
Thomas Meinike
2007-07-25 07:46:08 UTC
Permalink
Post by Carsten Vogel, Dresden
I am interested to plot simple functions (like polynomials,
trigonometrical functions) with SVG, due to line, polyline, and bezier I
assume nothing specific is implemented yet. Anybody got a clue how to
realize consistent and easy?
Try this (realized using dynamically created polylines):
<http://svglbc.datenverdrahten.de/?code=funktion_integrieren&znr=on>

cu, Thomas

Loading...