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

Method ymin

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

Source from the content-addressed store, hash-verified

314 double matrix::ymax() { return (y_ + h_ - 1) + y_width() / 2; }
315
316 double matrix::ymin() { return y_ - y_width() / 2; }
317
318 enum axes_object::axes_category matrix::axes_category() {
319 return axes_object::axes_category::two_dimensional;

Callers

nothing calls this directly

Calls 1

y_widthFunction · 0.85

Tested by

no test coverage detected