| 316 | double matrix::ymin() { return y_ - y_width() / 2; } |
| 317 | |
| 318 | enum axes_object::axes_category matrix::axes_category() { |
| 319 | return axes_object::axes_category::two_dimensional; |
| 320 | } |
| 321 | |
| 322 | matplot::matrix::color_normalization matrix::normalization() const { |
| 323 | return normalization_; |
nothing calls this directly
no outgoing calls
no test coverage detected