Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ marker_face_alpha
Function
marker_face_alpha
source/matplot/axes_objects/network.h:217–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
inline float marker_face_alpha() {
218
return line_spec().marker_face_alpha();
219
}
220
221
inline class network &marker_face_alpha(float a) {
222
line_spec().marker_face_alpha(a);
Callers
nothing calls this directly
Calls
2
marker_face_alpha
Method · 0.80
line_spec
Class · 0.70
Tested by
no test coverage detected