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

Method bin_limits_max

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

Source from the content-addressed store, hash-verified

680 }
681
682 double histogram::bin_limits_max() const { return bin_limits_max_; }
683
684 class histogram &histogram::bin_limits_max(double bin_limits_max) {
685 bin_limits_max_ = bin_limits_max;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected