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

Function figure

source/matplot/core/figure_registry.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 figure_handle figure(figure_handle h) {
68 detail::set_current_figure_handle(h);
69 return h;
70 }
71
72 figure_handle figure(class figure_type *h) {
73 return figure(figure_handle{h});

Callers 1

gcfFunction · 0.70

Calls 1

Tested by

no test coverage detected