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

Function fplot3

source/matplot/freestanding/plot.h:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194 template <class T1, class... Args>
195 auto fplot3(NotAxesHandle<T1> x, Args&&... args) {
196 return gca()->fplot3(x, std::forward<Args>(args)...);
197 }
198
199 template <class... Args> auto fplot3(axes_handle ax, Args&&... args) {
200 return ax->fplot3(std::forward<Args>(args)...);

Callers 5

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

Calls 2

gcaFunction · 0.85
fplot3Method · 0.80

Tested by

no test coverage detected