We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792c28a commit e768c57Copy full SHA for e768c57
galleries/examples/lines_bars_and_markers/scatter_hist.py
@@ -104,6 +104,7 @@ def scatter_hist(x, y, ax, ax_histx, ax_histy):
104
#
105
# While we recommend using one of the two methods described above, there are
106
# number of other ways to achieve a similar layout:
107
+#
108
# - The Axes can be positioned manually in relative coordinates using
109
# `~matplotlib.figure.Figure.add_axes`.
110
# - A gridspec can be used to create the layout
@@ -120,7 +121,8 @@ def scatter_hist(x, y, ax, ax_histx, ax_histy):
120
121
# in this example:
122
123
# - `matplotlib.figure.Figure.subplot_mosaic`
-# - `matplotlib.figure.Figure.add_gridspec`
124
+# - `matplotlib.pyplot.subplot_mosaic`
125
+# - `matplotlib.figure.Figure.add_subplot`
126
# - `matplotlib.axes.Axes.inset_axes`
127
# - `matplotlib.axes.Axes.scatter`
128
# - `matplotlib.axes.Axes.hist`
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments