MCPcopy Index your code
hub / github.com/gonum/plot / horizBoxPlot

Struct horizBoxPlot

plotter/boxplot.go:330–330  ·  view source on GitHub ↗

horizBoxPlot is like a regular BoxPlot, however, it draws horizontally instead of Vertically. TODO: Merge code for horizontal and vertical box plots as has been done for bar charts.

Source from the content-addressed store, hash-verified

328// TODO: Merge code for horizontal and vertical box plots as has been done for
329// bar charts.
330type horizBoxPlot struct{ *BoxPlot }
331
332func (b horizBoxPlot) Plot(c draw.Canvas, plt *plot.Plot) {
333 trX, trY := plt.Transforms(&c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected