| 384 | /// segments of a regular plot when calling plotopt(), leaving only the markers. |
| 385 | #[derive(Debug, Clone, PartialEq)] |
| 386 | pub enum LineStyle { |
| 387 | None, |
| 388 | Solid, |
| 389 | // // unimplemented |
| 390 | // Dashed, |
| 391 | // Dotted, |
| 392 | // DashDot, |
| 393 | // DashDotDot, |
| 394 | } |
| 395 | |
| 396 | impl LineStyle { |
| 397 | pub fn to_int32(&self) -> i32 { |