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

Method filled_curve

source/matplot/axes_objects/error_bar.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 bool error_bar::filled_curve() const { return filled_curve_; }
144
145 class error_bar &error_bar::filled_curve(bool filled_curve) {
146 filled_curve_ = filled_curve;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected