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

Function compass

source/matplot/freestanding/plot.h:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411
412 template <class T1, class... Args>
413 auto compass(NotAxesHandle<T1> x, Args&&... args) {
414 return gca()->compass(x, std::forward<Args>(args)...);
415 }
416
417 template <class... Args> auto compass(axes_handle ax, Args&&... args) {
418 return ax->compass(std::forward<Args>(args)...);

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
compassMethod · 0.80

Tested by

no test coverage detected