Skip to content

flexible styles (e.g. a custom plot style)

Sebastien Binet requested to merge sbinet-gonum:flexible-styles-updated into master

This CL exports a few internals of plot:

  • plot.HorizontalAxis
  • plot.VerticalAxis
  • plot.Axis
  • plot.Legend.Draw

such that user-defined plot styles can be created.

an example of such a user-defined plot style has been added as plotter.ExampleHistogramGnuplot.

Merge request reports

Loading