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

Function init

plot.go:550–555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548}
549
550func init() {
551 font.DefaultCache.Add(liberation.Collection())
552 DefaultTextHandler = text.Plain{
553 Fonts: font.DefaultCache,
554 }
555}

Callers

nothing calls this directly

Calls 2

CollectionFunction · 0.92
AddMethod · 0.45

Tested by

no test coverage detected