plot

A repository for plotting and visualizing data

  • 所有者: gonum/plot
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Gonum Plot Build Status Build status codecov.io coveralls.io 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: gonum-dev@googlegroups.com.

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.

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.

主要指标

概览
名称与所有者gonum/plot
主编程语言Go
编程语言Shell (语言数: 2)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2013-07-23 07:01:13
推送于2025-03-27 09:07:23
最后一次提交2025-03-26 22:29:10
发布数14
最新版本名称v0.16.0 (发布于 )
第一版名称v0.7.0 (发布于 )
用户参与
星数2.9k
关注者数57
派生数205
提交数854
已启用问题?
问题数403
打开的问题数85
拉请求数326
打开的拉请求数5
关闭的拉请求数68
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?