Documentation
Interpolations
Without interpolation:
interpolate
With cubic interpolation:
interpolate
With quadratic interpolation:
interpolate
With lagrange interpolation:
interpolate
With trigonometric interpolation:
interpolate
With hermite interpolation:
interpolate
For hermite you can also pass additionnal parameters to configure tangent behaviour:
For more information see the wikipedia article
Interpolation precision
interpolation_precision
You can change the resolution of the interpolation with the help of interpolation_precision:
Next: Sparklines