MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / showStatistics

Method showStatistics

src/openms_gui/source/VISUAL/PlotWidget.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

layerStatisticsMethod · 0.80

Calls 2

getCurrentLayerMethod · 0.80
getStatsMethod · 0.45

Tested by

no test coverage detected