Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
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 @@ -3520,7 +3520,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
2 changes: 1 addition & 1 deletion lib/matplotlib/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ def __init__(self, artist, ref_coord, unit="points"):

ref_coord : (float, float)
If *artist* is an `.Artist` or `.BboxBase`, this values is
the location to of the offset origin in fractions of the
the location of the offset origin in fractions of the
*artist* bounding box.

If *artist* is a transform, the offset origin is the
Expand Down
Loading