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

Method set_save_transparent

src/plot.rs:215–218  ·  view source on GitHub ↗

Sets the transparency during saving

(&mut self, transparent: bool)

Source from the content-addressed store, hash-verified

213
214 /// Sets the transparency during saving
215 pub fn set_save_transparent(&mut self, transparent: bool) -> &mut Self {
216 self.save_transparent = Some(transparent);
217 self
218 }
219
220 /// Calls Python and saves the python script and figure
221 ///

Callers 1

test_plotFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_plotFunction · 0.64