| 101 | } |
| 102 | |
| 103 | void PlotWidget::showStatistics() |
| 104 | { |
| 105 | LayerStatisticsDialog lsd(this, canvas_->getCurrentLayer().getStats()); |
| 106 | lsd.exec(); |
| 107 | } |
| 108 | |
| 109 | void PlotWidget::showIntensityDistribution(const Histogram<>& dist) |
| 110 | { |
no test coverage detected