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

kplotting

Data plotting library

KPlotWidget is a QWidget-derived class that provides a virtual base class for easy data-plotting. The idea behind KPlotWidget is that you only have to specify information in "data units", the natural units of the data being plotted. KPlotWidget automatically converts everything to screen pixel units.

Installation

Install the latest version of kplotting as follows:

guix install kplotting

Or install a particular version:

guix install kplotting@6.5.0

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

Example HTML:

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

Example Markdown:

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

Example Org:

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