| 126 | std::string labels_data_string(); |
| 127 | |
| 128 | inline double x_width() { |
| 129 | return (w_ - 1) / static_cast<double>(matrices_[0][0].size() - 1); |
| 130 | } |
| 131 | |
| 132 | inline double y_width() { return (h_ - 1) / static_cast<double>(matrices_[0].size() - 1); } |
| 133 |
no test coverage detected