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
Updated Example plots (markdown)
Fixed import paths (see https://github.com/golang/dep/issues/1516)
Replace vg.Inches(0.5) (which does not exist) with 0.5 * vg.Inch.
Updating the imports to the updated path.
Update for "Custom Ticks" example section as it wasn't worked
wrong import
Update Save calls to show change in length semantics.
Use local images
Fix link
Initial port from plotinum wiki - image links still point there.