Sets the transparency during saving
(&mut self, transparent: bool)
| 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 | /// |