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

Function PlotLineG

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

custom

Source from the content-addressed store, hash-verified

1996
1997// custom
1998void PlotLineG(const char* label_id, ImPlotGetter getter_func, void* data, int count, const ImPlotSpec& spec) {
1999 GetterFuncPtr getter(getter_func,data, count);
2000 PlotLineEx(label_id, getter, spec);
2001}
2002
2003//-----------------------------------------------------------------------------
2004// [SECTION] PlotScatter

Callers 5

Demo_SubplotsSizingFunction · 0.85
Demo_SubplotItemSharingFunction · 0.85
Demo_SubplotAxisLinkingFunction · 0.85
Demo_LegendOptionsFunction · 0.85

Calls 1

PlotLineExFunction · 0.85

Tested by

no test coverage detected