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

Method contour_surface

source/matplot/axes_objects/surface.cpp:740–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738 }
739
740 bool surface::contour_surface() const { return contour_surface_; }
741
742 class surface &surface::contour_surface(bool contour_surface) {
743 contour_surface_ = contour_surface;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected