• Stars
    star
    2,596
  • Rank 16,938 (Top 0.4 %)
  • Language
    Go
  • License
    BSD 3-Clause "New...
  • Created almost 11 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A repository for plotting and visualizing data

Gonum Plot

Build status Build status codecov.io coveralls.io GoDoc go.dev reference

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.

For additional Plotters, see the Community Plotters Wiki page.

There is a discussion list on Google Groups: [email protected].

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, gopdf, and Gio.

Documentation

Documentation is available at:

https://godoc.org/gonum.org/v1/plot

Installation

You can get gonum/plot using go get:

go get gonum.org/v1/plot/...

If you write a cool plotter that you think others may be interested in using, please post to the list so that we can link to it in the gonum/plot wiki or possibly integrate it into the plotter package.

More Repositories

1

gonum

Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
Go
7,153
star
2

matrix

Matrix packages for the Go language [DEPRECATED]
Go
447
star
3

graph

Graph packages for the Go language [DEPRECATED]
Go
251
star
4

stat

Statistics package for Go [DEPRECATED]
Go
195
star
5

blas

A BLAS implementation for Go [DEPRECATED]
Go
171
star
6

hdf5

hdf5 is a wrapper for the HDF5 library
Go
128
star
7

lapack

A LAPACK implementation for Go [DEPRECATED]
Go
69
star
8

optimize

Packages for solving minimization problems [DEPRECATED]
Go
67
star
9

floats

Operations on slices of floats [DEPRECATED]
Go
57
star
10

netlib

netlib contains C wrappers for netlib code in particular BLAS and LAPACK
C++
36
star
11

unit

Package for converting between scientific units [DEPRECATED]
Go
28
star
12

diff

Set of tools for computing derivatives of a function [DEPRECATED]
Go
24
star
13

internal

Internal routines for the gonum project [DEPRECATED]
Go
21
star
14

mathext

mathext implements basic elementary functions not included in the Go standard library [DEPRECATED]
Fortran
17
star
15

exp

Experimental packages
Go
13
star
16

talks

Talks given about Go and Gonum delivered by Gonum developers.
Go
12
star
17

integrate

integrate implements routines for numerical integration for the Go language [DEPRECATED]
Go
10
star
18

tools

Tools that are used by Gonum with general utility
Go
5
star
19

gonum.github.io

Gonum website
HTML
3
star
20

old-website

Code for the Gonum website
CSS
2
star
21

license

Master license, author, contributor etc information [DEPRECATED]
2
star
22

website

updated website for gonum.org
Go
1
star