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

Method y

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

Source from the content-addressed store, hash-verified

408 }
409
410 double matrix::y() const { return y_; }
411
412 class matrix &matrix::y(double y) {
413 y_ = y;

Callers 3

binscatterMethod · 0.80
pcolorMethod · 0.80
imageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected