Overview of gonum/plot packages
masterThe gonum/plot library is organized into several specialized packages:
plot: Provides the core interface for laying out a plot and the primitives required for drawing.plotter: Contains a standard set ofPlotterimplementations for common chart types like lines, scatter plots, box plots, and error bars.plotutil: Provides utility routines for creating common plot types easily (note: this package is newer and subject to change).vg: A generic vector graphics API that supports various back-ends such as EPS, draw2d, SVGo, X-Window, gopdf, and Gio.