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

Method line_width

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

Source from the content-addressed store, hash-verified

411 }
412
413 float line::line_width() const { return line_spec().line_width(); }
414
415 class line &line::line_width(float line_width) {
416 line_spec().line_width(line_width);

Callers 1

line.cppFile · 0.45

Calls 1

line_specClass · 0.70

Tested by

no test coverage detected