[ ソース: golang-gonum-v1-plot ]
パッケージ: golang-gonum-v1-plot-dev (0.7.0-5)
golang-gonum-v1-plot-dev に関するリンク
Debian の資源:
golang-gonum-v1-plot ソースパッケージをダウンロード:
- [golang-gonum-v1-plot_0.7.0-5.dsc]
- [golang-gonum-v1-plot_0.7.0.orig.tar.gz]
- [golang-gonum-v1-plot_0.7.0-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の golang-gonum-v1-plot-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-ajstarks-svgo-dev
- generating online histograms and plotting them with golang
-
- dep: golang-github-fogleman-gg-dev
- Go Graphics - 2D rendering in Go with a simple API
-
- dep: golang-github-jung-kurt-gofpdf-dev
- PDF document generator with high level support for text, drawing and images
-
- dep: golang-golang-x-exp-dev
- experimental and deprecated packages
-
- dep: golang-golang-x-image-dev
- supplementary Go image libraries