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