Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/analogdevicesinc/scopy
/ refreshAxisLabels
Method
refreshAxisLabels
gui/src/plotcomponent.cpp:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void PlotComponent::refreshAxisLabels()
63
{
64
for(auto plot : qAsConst(m_plots)) {
65
plot->showAxisLabels();
66
}
67
}
68
69
void PlotComponent::showPlotLabels(bool b)
70
{
Callers
2
lockYAxis
Method · 0.80
lockYAxis
Method · 0.80
Calls
1
showAxisLabels
Method · 0.80
Tested by
no test coverage detected