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

Function SubplotNextCell

src/external/imgui/implot.cpp:3331–3335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3329}
3330
3331void SubplotNextCell() {
3332 ImPlotContext& gp = *GImPlot;
3333 ImPlotSubplot& subplot = *gp.CurrentSubplot;
3334 SubplotSetCell(++subplot.CurrentIdx);
3335}
3336
3337bool BeginSubplots(const char* title, int rows, int cols, const ImVec2& size, ImPlotSubplotFlags flags, float* row_sizes, float* col_sizes) {
3338 IM_ASSERT_USER_ERROR(rows > 0 && cols > 0, "Invalid sizing arguments!");

Callers 1

EndPlotFunction · 0.85

Calls 1

SubplotSetCellFunction · 0.85

Tested by

no test coverage detected