MCPcopy
hub / github.com/guptarohit/asciigraph / SeriesColors

Function SeriesColors

options.go:180–184  ·  view source on GitHub ↗

SeriesColors sets the series colors.

(ac ...AnsiColor)

Source from the content-addressed store, hash-verified

178
179// SeriesColors sets the series colors.
180func SeriesColors(ac ...AnsiColor) Option {
181 return optionFunc(func(c *config) {
182 c.SeriesColors = ac
183 })
184}
185
186// SeriesColorGradient colors each plotted point by its value along the given
187// stops (lowest value uses the first stop, highest the last), producing a

Callers 8

mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
mainFunction · 0.92
TestPlotManyFunction · 0.85

Calls 1

optionFuncFuncType · 0.85

Tested by 4

TestPlotManyFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…