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

Function PlotErrorBars

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

Source from the content-addressed store, hash-verified

2590
2591template <typename T>
2592void PlotErrorBars(const char* label_id, const T* xs, const T* ys, const T* err, int count, const ImPlotSpec& spec) {
2593 PlotErrorBars(label_id, xs, ys, err, err, count, spec);
2594}
2595
2596template <typename T>
2597void PlotErrorBars(const char* label_id, const T* xs, const T* ys, const T* neg, const T* pos, int count, const ImPlotSpec& spec) {

Callers 1

Demo_ErrorBarsFunction · 0.85

Calls 3

ImHasFlagFunction · 0.85
PlotErrorBarsHExFunction · 0.85
PlotErrorBarsVExFunction · 0.85

Tested by

no test coverage detected