====== matplotlib 共通操作 ====== ===== グラフ描画 ===== * [[python/matplotlib/共通操作/plot | plot()]]: 折れ線グラフ * [[python/matplotlib/共通操作/bar | bar()]]: 棒グラフ * [[python/matplotlib/共通操作/scatter | scatter()]]: 散布図 * [[python/matplotlib/共通操作/pcolor | pcolor()]]: ヒートマップ ===== グラフの調整 ===== * [[python/matplotlib/共通操作/set_title | set_title()]]: タイトル設定 * [[python/matplotlib/共通操作/set_grid | set_grid()]]: グリッド設定 * [[python/matplotlib/共通操作/set_xlabel | set_xlabel()]]: 軸ラベル設定 (''set_xlabel()'' / ''set_ylabel()'' / ''set_zlabel()'') * [[python/matplotlib/共通操作/set_xlim | set_xlim()]]: 軸の描画範囲設定 (''set_xlim()'' / ''set_ylim()'' / ''set_zlim()'') {{tag>プログラミング}}