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

Function fplot

source/matplot/freestanding/plot.h:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176 template <class T1, class... Args>
177 auto fplot(NotAxesHandle<T1> x, Args&&... args) {
178 return gca()->fplot(x, std::forward<Args>(args)...);
179 }
180
181 template <class... Args> auto fplot(axes_handle ax, Args&&... args) {
182 return ax->fplot(std::forward<Args>(args)...);

Callers 15

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

Calls 2

gcaFunction · 0.85
fplotMethod · 0.80

Tested by 1

mainFunction · 0.68