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

Method marker_style

source/matplot/axes_objects/line.cpp:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 enum line_spec::marker_style line::marker_style() const {
421 return line_spec().marker();
422 }
423
424 enum line_spec::marker_style line::marker() const {
425 return line_spec().marker();

Callers 3

vectors.hFile · 0.45
line.hFile · 0.45
network.hFile · 0.45

Calls 2

line_specClass · 0.70
markerMethod · 0.45

Tested by

no test coverage detected