| 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; |
no test coverage detected