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

Skip to content

Commit 62175cf

Browse files
tacaswellrcomer
andauthored
DOC: fix word choice and markup
Co-authored-by: Ruth Comer <[email protected]>
1 parent 903ab94 commit 62175cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@ def subplot_mosaic(self, mosaic, *, sharex=False, sharey=False,
18701870
values in *per_subplot_kw*.
18711871
18721872
per_subplot_kw : dict, optional
1873-
A dictionary mapping the Axes idenitfies or tuples of identifies to
1873+
A dictionary mapping the Axes identifiers or tuples of identifiers to
18741874
a dictionary of keyword arguments to be passed to the
18751875
`.Figure.add_subplot` call used to create each subplot. The values
18761876
in these dictionaries have precedence over the values in

tutorials/provisional/mosaic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def identify_axes(ax_dict, fontsize=48):
277277
###############################################################################
278278
# Controlling subplot creation
279279
# ============================
280-
280+
#
281281
# We can also pass through arguments used to create the subplots
282282
# (again, the same as `.Figure.subplots`) which will apply to all
283283
# of the Axes created.

0 commit comments

Comments
 (0)