Skip to content

Commit 243e456

Browse files
authored
Update README.md
1 parent bc7c69f commit 243e456

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • recipes/Python/Draw Sine Function in PDF

recipes/Python/Draw Sine Function in PDF/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ curves are used.
1717

1818
Note that the 'alfa' and 'beta' constants represent values for use as
1919
Bezier control points like so:
20-
x-values (written in degrees): [0, 30, 60, 90]
21-
corresponding y-values: [0, alfa, beta, 1]
2220

23-
These values have been calculated by the `scipy.interpolate.splrep()` method.
21+
* x-values (written in degrees): `[0, 30, 60, 90]`
22+
* corresponding y-values: `[0, alfa, beta, 1]`
23+
24+
These values have been calculated using the `scipy.interpolate.splrep()` method.
2425
They provide an excellent spline approximation of the sine / cosine
2526
functions - please look at SciPy documentation for background.
2627

0 commit comments

Comments
 (0)