| 582 | } |
| 583 | |
| 584 | void BustPlotCache() { |
| 585 | ImPlotContext& gp = *GImPlot; |
| 586 | gp.Plots.Clear(); |
| 587 | gp.Subplots.Clear(); |
| 588 | } |
| 589 | |
| 590 | //----------------------------------------------------------------------------- |
| 591 | // Legend Utils |
no test coverage detected