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

Function digraph

source/matplot/freestanding/plot.h:931–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929
930 template <class T1, class... Args>
931 auto digraph(NotAxesHandle<T1> x, Args&&... args) {
932 return gca()->digraph(x, std::forward<Args>(args)...);
933 }
934
935 template <class... Args> auto digraph(axes_handle ax, Args&&... args) {
936 return ax->digraph(std::forward<Args>(args)...);

Callers

nothing calls this directly

Calls 1

gcaFunction · 0.85

Tested by

no test coverage detected