Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ tiledlayout
Function
tiledlayout
source/matplot/freestanding/axes_functions.cpp:77–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
axes_handle subplot(axes_handle h) { return axes(h); }
76
77
void tiledlayout() { gcf()->tiledlayout(); }
78
79
void tiledlayout(size_t rows, size_t cols) {
80
gcf()->tiledlayout(rows, cols);
Callers
15
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
2
gcf
Function · 0.85
tiledlayout
Method · 0.80
Tested by
no test coverage detected