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

Method axes_category

source/matplot/axes_objects/parallel_lines.cpp:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 std::string parallel_lines::unset_variables_string() { return ""; }
259
260 enum axes_object::axes_category parallel_lines::axes_category() {
261 return axes_object::axes_category::two_dimensional;
262 }
263
264 const line_spec &parallel_lines::line_spec() const { return line_spec_; }
265

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected