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

Method axes_category

source/matplot/axes_objects/network.cpp:450–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 }
449
450 enum axes_object::axes_category network::axes_category() {
451 if (z_data_.empty()) {
452 return axes_object::axes_category::two_dimensional;
453 } else {
454 return axes_object::axes_category::three_dimensional;
455 }
456 }
457
458 class network &network::line_style(std::string_view str) {
459 line_spec_.parse_string(str);

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected