(mut self, id: Id)
| 198 | /// This is the same `Id` that can be used for [`PlotMemory::load`]. |
| 199 | #[inline] |
| 200 | pub fn id(mut self, id: Id) -> Self { |
| 201 | self.id = Some(id); |
| 202 | self |
| 203 | } |
| 204 | |
| 205 | /// width / height ratio of the data. |
| 206 | /// For instance, it can be useful to set this to `1.0` for when the two |
no outgoing calls
no test coverage detected