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

Method box_width

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

Source from the content-addressed store, hash-verified

252 }
253
254 float box_chart::box_width() const { return box_width_; }
255
256 class box_chart &box_chart::box_width(float box_width) {
257 box_width_ = box_width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected