matplotlib.fontconfig_pattern#

matplotlib.fontconfig_pattern.family_escape(/, repl, string, count=0)#

Return the string obtained by replacing the leftmost non-overlapping occurrences of pattern in string by the replacement repl.

matplotlib.fontconfig_pattern.family_unescape(/, repl, string, count=0)#

Return the string obtained by replacing the leftmost non-overlapping occurrences of pattern in string by the replacement repl.

matplotlib.fontconfig_pattern.value_escape(/, repl, string, count=0)#

Return the string obtained by replacing the leftmost non-overlapping occurrences of pattern in string by the replacement repl.

matplotlib.fontconfig_pattern.value_unescape(/, repl, string, count=0)#

Return the string obtained by replacing the leftmost non-overlapping occurrences of pattern in string by the replacement repl.