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

Method data_string

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

Source from the content-addressed store, hash-verified

33 void axes_object::parent(class axes_type *&parent) { parent_ = parent; }
34
35 std::string axes_object::data_string() { return ""; }
36
37 std::string axes_object::set_variables_string() { return ""; }
38

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected