MCPcopy 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
62void PlotComponent::refreshAxisLabels()
63{
64 for(auto plot : qAsConst(m_plots)) {
65 plot->showAxisLabels();
66 }
67}
68
69void PlotComponent::showPlotLabels(bool b)
70{

Callers 2

lockYAxisMethod · 0.80
lockYAxisMethod · 0.80

Calls 1

showAxisLabelsMethod · 0.80

Tested by

no test coverage detected