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

Method ymax

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

Source from the content-addressed store, hash-verified

312 double matrix::xmin() { return x_ - x_width() / 2; }
313
314 double matrix::ymax() { return (y_ + h_ - 1) + y_width() / 2; }
315
316 double matrix::ymin() { return y_ - y_width() / 2; }
317

Callers

nothing calls this directly

Calls 1

y_widthFunction · 0.85

Tested by

no test coverage detected