Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gonum/plot
/ Points
Function
Points
vg/len.go:14–16 ·
view source on GitHub ↗
Points returns a length for the given number of points.
(pt float64)
Source
from the content-addressed store, hash-verified
12
13
// Points returns a length for the given number of points.
14
func
Points(pt float64) Length {
15
return
font.Points(pt)
16
}
17
18
// Common lengths.
19
const
(
Callers
15
newLegend
Function · 0.92
TestLegendAlignment
Function · 0.92
Thumbnail
Method · 0.92
ExampleLegend_standalone
Function · 0.92
makeAxis
Function · 0.92
TestAxisPadding
Function · 0.92
DrawGlyphBoxes
Method · 0.92
ExampleAlign
Function · 0.92
ExampleLabels_inCanvasCoordinates
Function · 0.92
ExampleScatter_color
Function · 0.92
ExampleBoxPlot
Function · 0.92
ExampleQuartPlot
Function · 0.92
Calls
1
Points
Function · 0.92
Tested by
15
TestLegendAlignment
Function · 0.74
Thumbnail
Method · 0.74
ExampleLegend_standalone
Function · 0.74
TestAxisPadding
Function · 0.74
ExampleAlign
Function · 0.74
ExampleLabels_inCanvasCoordinates
Function · 0.74
ExampleScatter_color
Function · 0.74
ExampleBoxPlot
Function · 0.74
ExampleQuartPlot
Function · 0.74
ExampleSankey_simple
Function · 0.74
ExampleSankey_grouped
Function · 0.74
ExampleScatter
Function · 0.74