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

gnuplot

Command-line driven graphing utility

Gnuplot is a portable command-line driven graphing utility. It was originally created to allow scientists and students to visualize mathematical functions and data interactively, but has grown to support many non-interactive uses such as web scripting. It is also used as a plotting engine by third-party applications like Octave.

Installation

Install the latest version of gnuplot as follows:

guix install gnuplot

Or install a particular version:

guix install gnuplot@6.0.1

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

Example HTML:

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

Example Markdown:

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

Example Org:

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