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

Function graph

source/matplot/freestanding/plot.h:799–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797
798 template <class T1, class... Args>
799 auto graph(NotAxesHandle<T1> x, Args&&... args) {
800 return gca()->graph(x, std::forward<Args>(args)...);
801 }
802
803 template <class... Args> auto graph(axes_handle ax, Args&&... args) {
804 return ax->graph(std::forward<Args>(args)...);

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
graphMethod · 0.80

Tested by

no test coverage detected