Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setMarkerSize
Method
setMarkerSize
src/api/cpp/plot.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void Plot::setMarkerSize(const float pMarkerSize)
68
{
69
FG_THROW(fg_set_plot_marker_size(get(), pMarkerSize));
70
}
71
72
unsigned Plot::vertices() const
73
{
Callers
5
fg_set_plot_marker_size
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
fg_set_plot_marker_size
Function · 0.85
Tested by
no test coverage detected