ffhelicopter

Results 2 comments of ffhelicopter

modify plotter/barchart.go ``` // Plot implements the plot.Plotter interface. func (b *BarChart) Plot(c draw.Canvas, plt *plot.Plot) { trCat, trVal := plt.Transforms(&c) if b.Horizontal { trCat, trVal = trVal, trCat }...