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

plotutils

Plotting utilities and library

GNU Plotutils is a package for plotting and working with 2D graphics. It includes the C library libplot and the C++ libplotter library for exporting 2D vector graphics in many file formats. It also has support for 2D vector graphics animations. The package also contains command-line programs for plotting scientific data.

Installation

Install the latest version of plotutils as follows:

guix install plotutils

Or install a particular version:

guix install plotutils@2.6

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 plotutils about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/plotutils'><img src='https://packages.guix.gnu.org/packages/plotutils/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/plotutils/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/plotutils)

Example Org:

[[https://packages.guix.gnu.org/packages/plotutils][https://packages.guix.gnu.org/packages/plotutils/badges/latest-version.svg]]