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

Function boxchart

source/matplot/freestanding/plot.h:958–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956
957 template <class T1, class... Args>
958 auto boxchart(NotAxesHandle<T1> x, Args&&... args) {
959 return gca()->boxchart(x, std::forward<Args>(args)...);
960 }
961
962 template <class... Args> auto boxchart(axes_handle ax, Args&&... args) {
963 return ax->boxchart(std::forward<Args>(args)...);

Callers

nothing calls this directly

Calls 1

gcaFunction · 0.85

Tested by

no test coverage detected