MCPcopy Create free account
hub / github.com/arrayfire/forge / plot

Method plot

src/api/cpp/chart.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115Plot Chart::plot(const unsigned pNumPoints, const dtype pDataType,
116 const PlotType pPlotType, const MarkerType pMarkerType)
117{
118 fg_plot temp = 0;
119 FG_THROW(fg_add_plot_to_chart(&temp, get(), pNumPoints, (fg_dtype)pDataType,
120 pPlotType, pMarkerType));
121 return Plot(temp);
122}
123
124Surface Chart::surface(const unsigned pNumXPoints, const unsigned pNumYPoints, const dtype pDataType,
125 const PlotType pPlotType, const MarkerType pMarkerType)

Callers 8

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 2

fg_add_plot_to_chartFunction · 0.85
PlotClass · 0.50

Tested by

no test coverage detected