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

Method visible

source/matplot/core/legend.cpp:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 bool legend::visible() const { return visible_; }
229
230 void legend::visible(bool visible) {
231 if (visible_ != visible) {

Callers 4

figure_type.cppFile · 0.45
legendFunction · 0.45
axisFunction · 0.45
mainFunction · 0.45

Calls 4

num2strFunction · 0.85
emptyMethod · 0.80
childrenMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected