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

Function boxplot

source/matplot/freestanding/plot.h:949–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947
948 template <class T1, class... Args>
949 auto boxplot(NotAxesHandle<T1> x, Args&&... args) {
950 return gca()->boxplot(x, std::forward<Args>(args)...);
951 }
952
953 template <class... Args> auto boxplot(axes_handle ax, Args&&... args) {
954 return ax->boxplot(std::forward<Args>(args)...);

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
boxplotMethod · 0.80

Tested by

no test coverage detected