Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ alpha
Method
alpha
source/matplot/axes_objects/matrix.cpp:434–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
}
433
434
double matrix::alpha() const { return alpha_; }
435
436
class matrix &matrix::alpha(double alpha) {
437
alpha_ = alpha;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected