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

Method marker_size

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

Source from the content-addressed store, hash-verified

385 }
386
387 float vectors::marker_size() const { return line_spec().marker_size(); }
388
389 class vectors &vectors::marker_size(float size) {
390 line_spec().marker_size(size);

Callers 1

vectors.cppFile · 0.45

Calls 1

line_specClass · 0.70

Tested by

no test coverage detected