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

Method axes_category

source/matplot/axes_objects/matrix.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected