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

Function y_width

source/matplot/axes_objects/matrix.h:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 inline double y_width() { return (h_ - 1) / static_cast<double>(matrices_[0].size() - 1); }
133
134 protected:
135 // Main matrix

Callers 4

matrix_data_stringMethod · 0.85
image_data_stringMethod · 0.85
ymaxMethod · 0.85
yminMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected