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

Function plotmatrix

source/matplot/freestanding/plot.h:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292 template <class T1, class... Args>
293 auto plotmatrix(NotFigureHandle<T1> x, Args&&... args) {
294 return gcf()->plotmatrix(x, std::forward<Args>(args)...);
295 }
296
297 template <class... Args> auto plotmatrix(figure_handle f, Args&&... args) {
298 return f->plotmatrix(std::forward<Args>(args)...);

Callers 5

figure_type.cppFile · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

gcfFunction · 0.85

Tested by

no test coverage detected