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

Function ResetCtxForNextSubplot

src/external/imgui/implot.cpp:518–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518void ResetCtxForNextSubplot(ImPlotContext* ctx) {
519 ctx->CurrentSubplot = nullptr;
520 ctx->CurrentAlignmentH = nullptr;
521 ctx->CurrentAlignmentV = nullptr;
522}
523
524//-----------------------------------------------------------------------------
525// Plot Utils

Callers 2

InitializeFunction · 0.85
EndSubplotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected