MCPcopy Create free account
hub / github.com/cpmech/plotpy / set_bbox

Method set_bbox

src/text.rs:169–172  ·  view source on GitHub ↗

Sets use bounding box flag

(&mut self, flag: bool)

Source from the content-addressed store, hash-verified

167
168 /// Sets use bounding box flag
169 pub fn set_bbox(&mut self, flag: bool) -> &mut Self {
170 self.bbox = flag;
171 self
172 }
173
174 /// Sets facecolor of bounding box
175 pub fn set_bbox_facecolor(&mut self, color: &str) -> &mut Self {

Callers 3

options_box_worksFunction · 0.80
test_textFunction · 0.80
test_text_3dFunction · 0.80

Calls

no outgoing calls

Tested by 3

options_box_worksFunction · 0.64
test_textFunction · 0.64
test_text_3dFunction · 0.64