| 536 | } |
| 537 | |
| 538 | void BustPlotCache() { |
| 539 | ImPlotContext& gp = *GImPlot; |
| 540 | gp.Plots.Clear(); |
| 541 | gp.Subplots.Clear(); |
| 542 | } |
| 543 | |
| 544 | //----------------------------------------------------------------------------- |
| 545 | // Legend Utils |
no test coverage detected