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

Method xmax

source/matplot/axes_objects/matrix.cpp:310–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 }
309
310 double matrix::xmax() { return (x_ + w_ - 1) + x_width() / 2; }
311
312 double matrix::xmin() { return x_ - x_width() / 2; }
313

Callers

nothing calls this directly

Calls 1

x_widthFunction · 0.85

Tested by

no test coverage detected