MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setOutlierStyle

Method setOutlierStyle

qcustomplot/qcustomplot.cpp:24663–24666  ·  view source on GitHub ↗

! Sets the appearance of the outlier data points. Outliers can be specified with the method \ref addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers) */

Source from the content-addressed store, hash-verified

24661 \ref addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector<double> &outliers)
24662*/
24663void QCPStatisticalBox::setOutlierStyle(const QCPScatterStyle &style)
24664{
24665 mOutlierStyle = style;
24666}
24667
24668/*! \overload
24669

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected