MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / PlotScatterG

Function PlotScatterG

Source/3rdParty/implot/implot_items.cpp:2047–2050  ·  view source on GitHub ↗

custom

Source from the content-addressed store, hash-verified

2045
2046// custom
2047void PlotScatterG(const char* label_id, ImPlotGetter getter_func, void* data, int count, const ImPlotSpec& spec) {
2048 GetterFuncPtr getter(getter_func,data, count);
2049 return PlotScatterEx(label_id, getter, spec);
2050}
2051
2052//-----------------------------------------------------------------------------
2053// [SECTION] PlotBubbles

Callers

nothing calls this directly

Calls 1

PlotScatterExFunction · 0.85

Tested by

no test coverage detected