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

Method marker_size

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

Source from the content-addressed store, hash-verified

426 }
427
428 float line::marker_size() const { return line_spec().marker_size(); }
429
430 class line &line::marker_size(float size) {
431 line_spec().marker_size(size);

Callers 1

line.cppFile · 0.45

Calls 1

line_specClass · 0.70

Tested by

no test coverage detected