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

Method line_width

source/matplot/axes_objects/bars.cpp:287–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 float bars::line_width() const { return line_width_; }
288
289 class bars &bars::line_width(float line_width) {
290 line_width_ = line_width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected