MCPcopy 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
67void Plot::setMarkerSize(const float pMarkerSize)
68{
69 FG_THROW(fg_set_plot_marker_size(get(), pMarkerSize));
70}
71
72unsigned Plot::vertices() const
73{

Callers 5

fg_set_plot_marker_sizeFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

fg_set_plot_marker_sizeFunction · 0.85

Tested by

no test coverage detected