MCPcopy 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

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

gcfFunction · 0.85
tiledlayoutMethod · 0.80

Tested by

no test coverage detected