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

Method axes_category

source/matplot/axes_objects/error_bar.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 enum axes_object::axes_category error_bar::axes_category() {
72 // errorbar is always 2d
73 return axes_object::axes_category::two_dimensional;
74 }
75
76 std::string error_bar::data_string() {
77 // send data once more for the bar

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected