matplotlib.pyplot.ylabel #
- matplotlib.pyplot. ylabel ( ylabel , fontdict =なし, labelpad =なし, * , loc =なし, ** kwargs ) [source] #
y 軸のラベルを設定します。
- パラメータ:
- ylabel str
ラベル テキスト。
- labelpad float、デフォルト:
rcParams["axes.labelpad"]
(デフォルト:4.0
) 目盛りと目盛りラベルを含む Axes バウンディング ボックスからのポイント単位の間隔。None の場合、以前の値がそのまま残されます。
- loc {'bottom', 'center', 'top'}, デフォルト:
rcParams["yaxis.labellocation"]
(デフォルト:'center'
) ラベルの位置。これは、パラメーターyおよびhorizo ntalalignment を渡すための高レベルの代替手段です。
- その他のパラメータ:
#を使用した例matplotlib.pyplot.ylabel
複数のサブプロット
辞書を使用してテキストとラベルのスタイルを制御する
Pyplot 数学テキスト
シンプルなパイプロット
パイプロット テキスト
Solarized Light スタイルシート
Findobj デモ
テーブルデモ
カスタムスケール
パイプロット チュートリアル
クイックスタートガイド