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

Method QCPErrorBarsData

qcustomplot/qcustomplot.cpp:27119–27123  ·  view source on GitHub ↗

! Constructs an error bar with errors set to zero. */

Source from the content-addressed store, hash-verified

27117 Constructs an error bar with errors set to zero.
27118*/
27119QCPErrorBarsData::QCPErrorBarsData() :
27120 errorMinus(0),
27121 errorPlus(0)
27122{
27123}
27124
27125/*!
27126 Constructs an error bar with equal \a error in both negative and positive direction.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected