差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| python:matplotlib:plot [2019/04/13 01:27] – [使い方] mumeiyamibito | python:matplotlib:plot [2019/04/13 01:28] (現在) – 削除 mumeiyamibito | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | ====== plot ====== | ||
| - | ===== 概要 ===== | ||
| - | * 折れ線グラフを描画する。 | ||
| - | ===== 使い方 ===== | ||
| - | * オブジェクト指向インターフェース\\ <code python> | ||
| - | ax.plot([X, | ||
| - | </ | ||
| - | * Pyplot インターフェース\\ <code python> | ||
| - | plt.plot([X, | ||
| - | </ | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | |||
| - | {{tag> | ||