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

Method bar_width

source/matplot/axes_objects/histogram.cpp:797–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 }
796
797 float histogram::bar_width() const { return bar_width_; }
798
799 class histogram &histogram::bar_width(float bar_width) {
800 if (bar_width != bar_width_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected