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

Method cap_size

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

Source from the content-addressed store, hash-verified

201 }
202
203 float error_bar::cap_size() const { return cap_size_; }
204
205 class error_bar &error_bar::cap_size(float cap_size) {
206 cap_size_ = cap_size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected