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

Method marker_face

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

Source from the content-addressed store, hash-verified

448 }
449
450 bool line::marker_face() const { return line_spec().marker_face(); }
451
452 class line &line::marker_face(bool marker_face) {
453 line_spec().marker_face(marker_face);

Callers 2

styles_to_plotMethod · 0.45
line.cppFile · 0.45

Calls 1

line_specClass · 0.70

Tested by

no test coverage detected