Curve plotting
The purpose is to develop 2D curve plotting providing the following features :
  • Possibility to plot one or several lines on the same drawing.
  • Possibility to specify any data for X or Y values.

  • This API will be linked with Date search API.


    Examples of application in ecliptic frame :
  • drawing on the same drawing l = f(t) for different bodies ;
  • drawing a retrogradation loop for a planet ( b = f(l) ) ;
  • comparing two planetary theories (two curves l = f(t) for the same bodies, using different astro engines (cf class AstroEngine)).
  • Contents