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

Method x

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

Source from the content-addressed store, hash-verified

400 }
401
402 double matrix::x() const { return x_; }
403
404 class matrix &matrix::x(double x) {
405 x_ = x;

Callers 3

binscatterMethod · 0.80
pcolorMethod · 0.80
imageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected