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

Method Lines

text/text.go:24–24  ·  view source on GitHub ↗

Lines splits a given block of text into separate lines.

(txt string)

Source from the content-addressed store, hash-verified

22
23 // Lines splits a given block of text into separate lines.
24 Lines(txt string) []string
25
26 // Box returns the bounding box of the given non-multiline text where:
27 // - width is the horizontal space from the origin.

Callers 3

TestPlainTextFunction · 0.65
boxMethod · 0.65
TestLatexTextFunction · 0.65

Implementers 2

Latextext/latex.go
Plaintext/plain.go

Calls

no outgoing calls

Tested by 2

TestPlainTextFunction · 0.52
TestLatexTextFunction · 0.52