文書の表示以前のリビジョンバックリンク文書の先頭へ この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。 ====== 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>プログラミング}} python/matplotlib/共通操作.txt 最終更新: 2019/04/13 01:36by mumeiyamibito