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

Method setPeriodic

qcustomplot/qcustomplot.cpp:15904–15907  ·  view source on GitHub ↗

! Sets whether data points that are outside the configured data range (e.g. \ref QCPColorMap::setDataRange) are colored by periodically repeating the color gradient or whether they all have the same color, corresponding to the respective gradient boundary color. \image html QCPColorGradient-periodic.png As shown in the image above, gradients that have the same start and end color a

Source from the content-addressed store, hash-verified

15902 ambiguous, because multiple different data values are shown as the same color.
15903*/
15904void QCPColorGradient::setPeriodic(bool enabled)
15905{
15906 mPeriodic = enabled;
15907}
15908
15909/*! \overload
15910

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected