Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/_mathtext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ class FontConstantsBase:

class ComputerModernFontConstants(FontConstantsBase):
# Previously, the x-height of Computer Modern was obtained from the font
# table. However, that x-height was greater than the the actual (rendered)
# table. However, that x-height was greater than the actual (rendered)
# x-height by a factor of 1.771484375 (at font size 12, DPI 100 and hinting
# type 32). Now that we're using the rendered x-height, some font constants
# have been increased by the same factor to compensate.
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3522,7 +3522,7 @@ def inverse(self, values):
- If iterable, must be of length `n_components`. Each element can be a
scalar or array-like and is mapped through the corresponding norm.
- If structured array, must have `n_components` fields. Each field
is mapped through the the corresponding norm.
is mapped through the corresponding norm.
"""
values = self._iterable_components_in_data(values, self.n_components)
Expand Down
Loading