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