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

Method bar_width

source/matplot/axes_objects/bars.cpp:315–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 float bars::bar_width() const { return bar_width_; }
316
317 class bars &bars::bar_width(float bar_width) {
318 if (bar_width != bar_width_) {

Callers 3

histMethod · 0.45
barMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected