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

Function geodensityplot

source/matplot/freestanding/plot.h:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364 template <class T1, class... Args>
365 auto geodensityplot(NotAxesHandle<T1> x, Args&&... args) {
366 return gca()->geodensityplot(x, std::forward<Args>(args)...);
367 }
368
369 template <class... Args> auto geodensityplot(axes_handle ax, Args&&... args) {
370 return ax->geodensityplot(std::forward<Args>(args)...);

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
geodensityplotMethod · 0.80

Tested by

no test coverage detected