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

Method is_2d

source/matplot/core/axes_object.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 void axes_object::tag(std::string_view tag_name) { tag_ = tag_name; }
83
84 bool axes_object::is_2d() {
85 return axes_category() == axes_category::two_dimensional;
86 }
87
88 bool axes_object::is_3d() {
89 return axes_category() == axes_category::three_dimensional ||

Callers

nothing calls this directly

Calls 1

axes_categoryEnum · 0.85

Tested by

no test coverage detected