Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90fe9e0

Browse filesBrowse files
authored
Merge pull request #24973 from StefRe/patch-1
MNT: Fix double % signs in matplotlibrc
2 parents a3011df + a762ae6 commit 90fe9e0
Copy full SHA for 90fe9e0

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎lib/matplotlib/mpl-data/matplotlibrc

Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/matplotlibrc
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
##
238238
## The font.variant property has two values: normal or small-caps. For
239239
## TrueType fonts, which are scalable fonts, small-caps is equivalent
240-
## to using a font size of 'smaller', or about 83%% of the current font
240+
## to using a font size of 'smaller', or about 83 % of the current font
241241
## size.
242242
##
243243
## The font.weight property has effectively 13 values: normal, bold,
@@ -445,9 +445,9 @@
445445
## These control the default format strings used in AutoDateFormatter.
446446
## Any valid format datetime format string can be used (see the python
447447
## `datetime` for details). For example, by using:
448-
## - '%%x' will use the locale date representation
449-
## - '%%X' will use the locale time representation
450-
## - '%%c' will use the full locale datetime representation
448+
## - '%x' will use the locale date representation
449+
## - '%X' will use the locale time representation
450+
## - '%c' will use the full locale datetime representation
451451
## These values map to the scales:
452452
## {'year': 365, 'month': 30, 'day': 1, 'hour': 1/24, 'minute': 1 / (24 * 60)}
453453

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.