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

Method setAlignCanvasToScales

gui/src/plotwidget.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void PlotWidget::setAlignCanvasToScales(bool alignCanvasToScales)
254{
255 m_plot->plotLayout()->setAlignCanvasToScales(alignCanvasToScales);
256}
257
258PlotButtonManager *PlotWidget::plotButtonManager() const { return m_plotButtonManager; }
259

Callers 7

setupXAxisMethod · 0.80
_setupPlotMethod · 0.80
SismographMethod · 0.80
dBgraphMethod · 0.80
DisplayPlotMethod · 0.80
PlotWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected