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

Method edge_width

source/matplot/axes_objects/box_chart.cpp:211–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 float box_chart::edge_width() const { return edge_width_; }
212
213 class box_chart &box_chart::edge_width(float edge_width) {
214 edge_width_ = edge_width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected