MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / subplot

Function subplot

source/matplot/freestanding/axes_functions.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 axes_handle subplot(size_t rows, size_t cols, size_t plot_id,
45 bool replace_if_same_position) {
46 return subplot(gcf(), rows, cols, plot_id, replace_if_same_position);
47 }
48
49 axes_handle subplot(figure_handle f, size_t rows, size_t cols,
50 size_t plot_id, bool replace_if_same_position) {

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 3

gcfFunction · 0.85
axesFunction · 0.85
add_subplotMethod · 0.80

Tested by

no test coverage detected