Package: wnpp
Severity: wishlist
Owner: Nilesh Patra <npatra...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org


* Package name    : golang-gonum-v1-plot
  Version         : 0.7.0-1
  Upstream Author : 2013-2019 Ethan Burns <burns.et...@gmail.com>
                     Steve McCoy <mcco...@gmail.com>
                     Dan Kortschak <dan.kortsc...@adelaide.edu.au>
                     James Bell <ja...@stellentus.com>
                     Sebastien Binet <seb.bi...@gmail.com>
* URL             : https://github.com/gonum/plot
<https://github.com/knsv/mermaid>
* License         : BSD-3-clause
  Programming Lang: Golang
  Description     : repository for plotting and visualizing data (library)
 gonum/plot is the new, official fork of code.google.com/p/plotinum.
 It provides an API for building and drawing plots in Go. Note that
 this new API is still in flux and may change. See the wiki for some
 example plots.
 .
 gonum/plot is split into a few packages:
 .
  * The plot package provides simple interface for laying out a plot and
    provides primitives for drawing to it.
  * The plotter package provides a standard set of Plotters which use the
    primitives provided by the plot package for drawing lines, scatter
    plots, box plots, error bars, etc. to a plot. You do not need to use
    the plotter package to make use of gonum/plot, however: see the wiki
    for a tutorial on making your own custom plotters.
  * The plotutil package contains a few routines that allow some common
    plot types to be made very easily. This package is quite new so it is
    not as well tested as the others and it is bound to change.
  * The vg package provides a generic vector graphics API that sits on
    top of other vector graphics back-ends such as a custom EPS back-end,
    draw2d, SVGo, X-Window and gopdf

Reply via email to