| 524 | } |
| 525 | |
| 526 | void PlotWidgetBase::replot() { |
| 527 | if (plot_->zoomer != nullptr) { |
| 528 | plot_->zoomer->setZoomBase(false); |
| 529 | } |
| 530 | plot_->replot(); |
| 531 | } |
| 532 | |
| 533 | void PlotWidgetBase::removeAllCurves() { |
| 534 | for (auto& info : plot_->curve_list) { |
no test coverage detected