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

Method line_width

source/matplot/axes_objects/contours.cpp:1280–1280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1278 }
1279
1280 float contours::line_width() const { return line_spec().line_width(); }
1281
1282 class contours &contours::line_width(float line_width) {
1283 line_spec().line_width(line_width);

Callers 1

contours.cppFile · 0.45

Calls 1

line_specClass · 0.70

Tested by

no test coverage detected