Difference between revisions of "SpecParametricFunctionPlotter"

From Inkscape Wiki
Jump to navigation Jump to search
(New page: Lanchpad Entry: https://blueprints.launchpad.net/inkscape/+spec/parametric-function-plotter == Summary == Create a new extension similar to the function plotter which plots parametric for...)
 
m (Add category Proposals)
 
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:


== Summary ==
== Summary ==
Create a new extension similar to the function plotter which plots parametric formulae: (x, y) = f(t)
Create a new extension similar to the function plotter which plots parametric formulae:
 
e.g.
*x = cos(t)
*y = sin(2t)
*-pi < t < pi
 
allowing Inkscape to render arbitrary shapes from equations.
 
Wikipedia, gives a definition of parametric formulae [http://en.wikipedia.org/wiki/Parametric_equation].


== Release Note ==
== Release Note ==
Line 10: Line 19:


== Design ==
== Design ==
Take existing funcplot.py and funcplot.inx and adapt to create a version for parametric function.


== TODO ==
== TODO ==


== Discussion ==
== Discussion ==
[[Category:Proposals]]

Latest revision as of 10:21, 31 March 2012

Lanchpad Entry: https://blueprints.launchpad.net/inkscape/+spec/parametric-function-plotter

Summary

Create a new extension similar to the function plotter which plots parametric formulae:

e.g.

  • x = cos(t)
  • y = sin(2t)
  • -pi < t < pi

allowing Inkscape to render arbitrary shapes from equations.

Wikipedia, gives a definition of parametric formulae [1].

Release Note

Rationale

Design

Take existing funcplot.py and funcplot.inx and adapt to create a version for parametric function.

TODO

Discussion