pub fn parse_border_type(border: &str) -> Result<BorderType, BarplotError>Expand description
Parses a border name into a BorderType.
ยงErrors
Returns BarplotError::UnknownBorderType when border is not one of
solid, corners, barplot, or ascii.