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

Method data_string

source/matplot/axes_objects/surface.cpp:526–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 }
525
526 std::string surface::data_string() {
527 return !ribbons_ ? grid_data_string() : ribbon_data_string();
528 }
529
530 void surface::maybe_update_line_spec() {
531 if (!line_spec_.user_color()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected