MCPcopy Create free account
hub / github.com/cogentcore/core / Plot

Method Plot

plot/plotter.go:11–11  ·  view source on GitHub ↗

Plot draws the data to the Plot Paint

(pt *Plot)

Source from the content-addressed store, hash-verified

9type Plotter interface {
10 // Plot draws the data to the Plot Paint
11 Plot(pt *Plot)
12
13 // returns the data for this plot as X,Y points,
14 // including corresponding pixel data.

Callers 3

DrawMethod · 0.65
PlotFunction · 0.65
PlotMethod · 0.65

Implementers 7

Lineplot/plots/line.go
BarChartplot/plots/barchart.go
Scatterplot/plots/scatter.go
Labelsplot/plots/labels.go
YErrorBarsplot/plots/errbars.go
XErrorBarsplot/plots/errbars.go
_cogentcore_org_core_plot_Plotteryaegicore/symbols/cogentcore_org-core-

Calls

no outgoing calls

Tested by

no test coverage detected