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

Method marker

source/matplot/axes_objects/line.cpp:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 }
423
424 enum line_spec::marker_style line::marker() const {
425 return line_spec().marker();
426 }
427
428 float line::marker_size() const { return line_spec().marker_size(); }
429

Callers 5

marker_styleMethod · 0.45
plot_stringMethod · 0.45
vectors.hFile · 0.45
line.hFile · 0.45
network.hFile · 0.45

Calls 1

line_specClass · 0.70

Tested by

no test coverage detected