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

Method marker_style

source/matplot/axes_objects/vectors.cpp:379–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 }
378
379 enum line_spec::marker_style vectors::marker_style() const {
380 return line_spec().marker();
381 }
382
383 enum line_spec::marker_style vectors::marker() const {
384 return line_spec().marker();

Callers

nothing calls this directly

Calls 2

line_specClass · 0.70
markerMethod · 0.45

Tested by

no test coverage detected