Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ direction
Method
direction
src/backend/worksheet/plots/cartesian/CartesianScale.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
return true;
95
}
96
int direction() const override {
97
return m_b < 0 ? -1 : 1;
98
}
99
};
100
101
/**
Callers
2
retransformTicks
Method · 0.45
retransformTickLabelPositions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected