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

Method axes_category

source/matplot/core/axes_object.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 double axes_object::zmax() { return +10; }
73
74 enum axes_object::axes_category axes_object::axes_category() {
75 return axes_category::two_dimensional;
76 }
77
78 bool axes_object::requires_colormap() { return true; }
79

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected