Browse Source

Fix title

pull/71/head
Guillaume Ayoub 12 years ago
parent
commit
c85fab6772
  1. 4
      pages/interpolations.rst

4
pages/interpolations.rst

@ -35,8 +35,8 @@ With cubic interpolation:
chart = pygal.Line(interpolate='cubic')
chart.add('line', [1, 5, 17, 12, 5, 10])
With krogh interpolation:
-------------------------
With quadratic interpolation:
-----------------------------
``interpolate``

Loading…
Cancel
Save