Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ bin_width
Method
bin_width
source/matplot/axes_objects/histogram.cpp:662–662 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
660
}
661
662
double histogram::bin_width() const { return bin_width_; }
663
664
class histogram &histogram::bin_width(double bin_width) {
665
if (bin_width != bin_width_) {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected