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

Method xmin

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

Source from the content-addressed store, hash-verified

310 double matrix::xmax() { return (x_ + w_ - 1) + x_width() / 2; }
311
312 double matrix::xmin() { return x_ - x_width() / 2; }
313
314 double matrix::ymax() { return (y_ + h_ - 1) + y_width() / 2; }
315

Callers

nothing calls this directly

Calls 1

x_widthFunction · 0.85

Tested by

no test coverage detected