texlive-bezierplot
Approximate smooth function graphs with cubic Bezier splines
This package consists of a Lua program as well as a (Lua)LaTeX .sty file. 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 lesser or equal to 3 and their inverses the approximation is exact (up to numeric precision). bezierplot also finds special points such as extreme points and inflection points and reduces the number of used points.
- Versions: 2025.2
- Website: https://ctan.org/pkg/bezierplot
- Licenses: LPPL 1.3c
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of texlive-bezierplot as follows:
guix install texlive-bezierplot
Or install a particular version:
guix install texlive-bezierplot@2025.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of texlive-bezierplot about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/texlive-bezierplot'><img src='https://packages.guix.gnu.org/packages/texlive-bezierplot/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/texlive-bezierplot)
Example Org:
[[https://packages.guix.gnu.org/packages/texlive-bezierplot][https://packages.guix.gnu.org/packages/texlive-bezierplot/badges/latest-version.svg]]