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

Method position

source/matplot/core/legend.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 const std::array<float, 2> &legend::position() const { return position_; }
214
215 void legend::position(const std::array<float, 2> &position) {
216 position_ = position;
217 manual_position_ = true;
218 touch();
219 }
220
221 bool legend::invert() const { return invert_; }
222

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected