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

Method visible

source/matplot/axes_objects/line.cpp:405–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 }
404
405 bool line::visible() const { return visible_; }
406
407 class line &line::visible(bool visible) {
408 visible_ = visible;

Callers 1

line.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected