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

Skip to content

Commit f714df7

Browse files
tacaswellrcomer
andcommitted
DOC: fix word choice and markup
Co-authored-by: Ruth Comer <[email protected]>
1 parent 4e3143e commit f714df7

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
@@ -280,7 +280,7 @@ def identify_axes(ax_dict, fontsize=48):
280280
###############################################################################
281281
# Controlling subplot creation
282282
# ============================
283-
283+
#
284284
# We can also pass through arguments used to create the subplots
285285
# (again, the same as `.Figure.subplots`) which will apply to all
286286
# of the Axes created.

0 commit comments

Comments
 (0)