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

Method custom_marker

source/matplot/core/line_spec.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 void line_spec::custom_marker(std::string_view custom_marker) {
421 custom_marker_ = custom_marker;
422 touch();
423 }
424
425 float line_spec::marker_size() const { return marker_size_; }
426

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected