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

Method axes_category

source/matplot/axes_objects/surface.cpp:585–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583 }
584
585 enum axes_object::axes_category surface::axes_category() {
586 if (!surface_in_2d_) {
587 return axes_object::axes_category::three_dimensional;
588 } else {
589 return axes_object::axes_category::three_dimensional_map;
590 }
591 }
592
593 class surface &surface::line_style(std::string_view str) {
594 line_spec_.parse_string(str);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected