MCPcopy Create free account
hub / github.com/clementgallet/libTAS / Tag

Function Tag

src/external/imgui/implot.cpp:3837–3842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3835}
3836
3837void Tag(ImAxis axis, double v, const ImVec4& col, const char* fmt, ...) {
3838 va_list args;
3839 va_start(args, fmt);
3840 TagV(axis,v,col,fmt,args);
3841 va_end(args);
3842}
3843
3844void Tag(ImAxis axis, double v, const ImVec4& color, bool round) {
3845 ImPlotContext& gp = *GImPlot;

Callers 2

TagXFunction · 0.85
TagYFunction · 0.85

Calls 3

TagVFunction · 0.85
SetupLockFunction · 0.85
LabelAxisValueFunction · 0.85

Tested by

no test coverage detected