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

Method setTangentToData

qcustomplot/qcustomplot.cpp:16497–16500  ·  view source on GitHub ↗

! Sets whether the brackets will be rotated such that they align with the slope of the data at the position that they appear in. For noisy data, it might be more visually appealing to average the slope over multiple data points. This can be configured via \ref setTangentAverage. */

Source from the content-addressed store, hash-verified

16495 points. This can be configured via \ref setTangentAverage.
16496*/
16497void QCPSelectionDecoratorBracket::setTangentToData(bool enabled)
16498{
16499 mTangentToData = enabled;
16500}
16501
16502/*!
16503 Controls over how many data points the slope shall be averaged, when brackets shall be aligned

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected