MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / setXUnit

Method setXUnit

gui/src/plotcomponent.cpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101void PlotComponent::setXInterval(QPair<double, double> p) { setXInterval(p.first, p.second); }
102
103void PlotComponent::setXUnit(QString s) { m_plots[0]->xAxis()->setUnits(s); }
104
105void PlotComponent::setXInterval(double min, double max)
106{

Callers

nothing calls this directly

Calls 2

setUnitsMethod · 0.45
xAxisMethod · 0.45

Tested by

no test coverage detected