Coder Social home page Coder Social logo

plot's Introduction

Gonum Plot Build Status Coverage Status GoDoc

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 following packages:

  • plot provides a simple interface for laying out a plot and primitives for drawing to it.
  • plotter provides a standard set of Plotters which use the primitives provided by plot for drawing lines, scatter plots, box plots, error bars, etc. to a plot. You do not need to apply plotter for the use of gonum/plot. In addition, see the wiki for a tutorial on making your own custom plotters.
  • plotutil contains routines that allow some common plot types to be created easily. However, plotutil is a new package which is not fully tested and is subject to change.
  • vg provides a generic vector graphics API on top of other vector graphics back-ends such as a custom EPS back-end, draw2d, SVGo, X-Window and gopdf.

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.

plot's People

Contributors

eaburns avatar kortschak avatar sbinet avatar jonlawlor avatar ctessum avatar stellentus avatar mccoyst avatar btracey avatar fhs avatar scorpiokat avatar vladimir-ch avatar bnoon avatar hollingberry avatar decibelcooper avatar campoy avatar kostya-sh avatar szaydel avatar

Watchers

James Cloos avatar Wilson Lin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.