Skip to content

Commit d64a582

Browse files
committed
DOC: change marginal scatter plot to subplot_mosaic
1 parent 789f3a5 commit d64a582

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

galleries/examples/lines_bars_and_markers/scatter_hist.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ def scatter_hist(x, y, ax, ax_histx, ax_histy):
105105
# While we recommend using one of the two methods described above, there are
106106
# number of other ways to achieve a similar layout:
107107
# - The Axes can be positioned manually in relative coordinates using
108-
# `~.figure.Figure.add_axes``.
108+
# `~matplotlib.figure.Figure.add_axes`.
109109
# - A gridspec can be used to create the layout
110-
# (`~.matplotlib.figure.Figure.add_gridspec`) and adding only the three desired
111-
# axes (`~.figure.Figure.add_subplots`).
110+
# (`~matplotlib.figure.Figure.add_gridspec`) and adding only the three desired
111+
# axes (`~matplotlib.figure.Figure.add_subplots`).
112112
# - Four subplots can be created using `~.pyplot.subplots`, and the unused
113-
# axes in the upper right can be removed manually.
113+
# axes in the upper right can be removed manually.
114114
# - The ``axes_grid1`` toolkit can be used, as shown in
115-
# :doc:`/gallery/axes_grid1/scatter_hist_locatable_axes`.
115+
# :doc:`/gallery/axes_grid1/scatter_hist_locatable_axes`.
116116
#
117117
# .. admonition:: References
118118
#

0 commit comments

Comments
 (0)