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

Function arrow

source/matplot/freestanding/plot.h:859–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857
858 template <class T1, class... Args>
859 auto arrow(NotAxesHandle<T1> x, Args&&... args) {
860 return gca()->arrow(x, std::forward<Args>(args)...);
861 }
862
863 template <class... Args> auto arrow(axes_handle ax, Args&&... args) {
864 return ax->arrow(std::forward<Args>(args)...);

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

gcaFunction · 0.85
arrowMethod · 0.80

Tested by

no test coverage detected