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

Struct horizQuartPlot

plotter/quartile.go:197–197  ·  view source on GitHub ↗

horizQuartPlot is like a regular QuartPlot, however, it draws horizontally instead of Vertically.

Source from the content-addressed store, hash-verified

195// horizQuartPlot is like a regular QuartPlot, however,
196// it draws horizontally instead of Vertically.
197type horizQuartPlot struct{ *QuartPlot }
198
199func (b horizQuartPlot) Plot(c draw.Canvas, plt *plot.Plot) {
200 trX, trY := plt.Transforms(&c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected