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

Method visibleMin

gui/src/plotaxis.cpp:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171double PlotAxis::max() const { return m_max; }
172
173double PlotAxis::visibleMin() const { return m_plot->axisScaleDiv(axisId()).lowerBound(); }
174
175double PlotAxis::visibleMax() const { return m_plot->axisScaleDiv(axisId()).upperBound(); }
176

Callers 7

refreshXAxisIntervalMethod · 0.80
generateYAxisSettingsMethod · 0.80
onRectChangedMethod · 0.80
PlotBufferPreviewerMethod · 0.80
setupBufferPreviewerMethod · 0.80
updateBufferPreviewerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected