This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/texlive-bezierplot/badges/latest-version.svg)](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]]