summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/bezierplot/README
blob: 493bfe5c6511cc81eb4b3e67ef91e24e4f5f5fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION:
bezierplot is a Lua program as well as a (Lua)LaTeX package. 
Given a smooth function, bezierplot returns a smooth bezier path written
in TikZ notation (which also matches METAPOST) that approximates the 
graph of the function. For polynomial functions of degree <= 3 and 
inverses of them, the approximation is exact. bezierplot finds special 
points such as extreme points and inflection points and reduces the 
number of used points.

VERSION:
1.4 2019-06-18

LICENSE:
The package and the program are distributed on CTAN under the terms of 
the LaTeX Project Public License (LPPL) version 1.3c.

Copyright (c) 2018 Linus Romer

Please write to 
linus dot romer at gmx dot ch
to submit bug reports, request new features, etc.