MCPcopy Create free account
hub / github.com/KDE/labplot / setFitDistribution

Method setFitDistribution

src/frontend/spreadsheet/PlotDataDialog.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void PlotDataDialog::setFitDistribution(nsl_sf_stats_distribution distribution) {
213 m_fitDistribution = distribution;
214 m_fitDistributionMode = true;
215}
216
217void PlotDataDialog::setSelectedColumns(QVector<Column*> selectedColumns) {
218 // skip error and non-plottable columns

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected