fortplot_format_parser Module


Functions

public pure function contains_format_chars(style_str) result(has_format)

Check if a style string contains matplotlib format characters Returns false for named linestyles (solid, dashed, etc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: style_str

Return Value logical


Subroutines

public subroutine parse_format_string(format_str, marker, linestyle)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: format_str
character(len=*), intent(out) :: marker
character(len=*), intent(out) :: linestyle