We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As of https://github.com/gonum/plot/issues/420, `NewBubbles` has been replaced by `NewScatter`
Removed the error from tuple with remaining examples, since the first worked
Example code did not work, becuase plot.New() no longer returned a tuple, but only the `p`
fillcolor boxplot
update for gonum.org/v1/plot
Destroyed _Footer (markdown)
Created _Footer (markdown)
Updated Example plots (markdown)
Fixed import paths (see https://github.com/golang/dep/issues/1516)
typo, "same" to "save"
Added reference to a plotter package for Candlesticks, OHLC and Volume charts
Replace vg.Inches(0.5) (which does not exist) with 0.5 * vg.Inch.
Updating the imports to the updated path.
Updated Creating Custom Plotters: A tutorial on creating custom Plotters (markdown)
Update [benoitmasson] link
Created Community Plotters (markdown)
Update for "Custom Ticks" example section as it wasn't worked
Add syntax highlighting
fix vg,New usage example
wrong import
use go-highlighting + golint test code
Strike out DrawArea name paragraph - fixed by #9.
Strike out vgdraw paragraph - fixed by #9.
Strike out negative width point - fixed by #186.
Strike out vg unit conversion point.