Skip to content

Commit 9bbe32b

Browse files
committed
fix(config): Correct invalid value for svg.fonttype in matplotlibrc
1 parent ac2a909 commit 9bbe32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
#svg.fonttype: path # How to handle SVG fonts:
762762
# path: Embed characters as paths -- supported
763763
# by most SVG renderers
764-
# None: Assume fonts are installed on the
764+
# none: Assume fonts are installed on the
765765
# machine where the SVG will be viewed.
766766
#svg.hashsalt: None # If not None, use this string as hash salt instead of uuid4
767767
#svg.id: None # If not None, use this string as the value for the `id`

0 commit comments

Comments
 (0)