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

Method position_y

source/matplot/backend/gnuplot.cpp:246–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 unsigned int gnuplot::position_x() { return position_[0]; }
245
246 unsigned int gnuplot::position_y() { return position_[1]; }
247
248 void gnuplot::position_x(unsigned int new_position_x) {
249 position_[0] = new_position_x;

Callers 2

positionMethod · 0.45
y_positionMethod · 0.45

Calls 1

num2strFunction · 0.85

Tested by

no test coverage detected