MCPcopy Create free account
hub / github.com/gonum/plot / String

Method String

plotter/contour_test.go:443–453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

441}
442
443func (c testContour) String() string {
444 var s string
445 for i, p := range c {
446 if i != 0 {
447 s += ", "
448 }
449 s += fmt.Sprintf("%v", append(p.backward.reverse(), p.forward...))
450 p.backward.reverse()
451 }
452 return s
453}
454
455func TestExciseLoops(t *testing.T) {
456 for _, quick := range []bool{true, false} {

Callers

nothing calls this directly

Calls 1

reverseMethod · 0.80

Tested by

no test coverage detected