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

Method setAdaptiveSampling

qcustomplot/qcustomplot.cpp:20262–20265  ·  view source on GitHub ↗

! Sets whether adaptive sampling shall be used when plotting this graph. QCustomPlot's adaptive sampling technique can drastically improve the replot performance for graphs with a larger number of points (e.g. above 10,000), without notably changing the appearance of the graph. By default, adaptive sampling is enabled. Even if enabled, QCustomPlot decides whether adaptive sampling sha

Source from the content-addressed store, hash-verified

20260 back to true afterwards.
20261*/
20262void QCPGraph::setAdaptiveSampling(bool enabled)
20263{
20264 mAdaptiveSampling = enabled;
20265}
20266
20267/*! \overload
20268

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected