User Tools

Site Tools


python:matplotlib:基本的な使い方

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
python:matplotlib:基本的な使い方 [2018/01/20 23:46]
koudai [データのプロット]
python:matplotlib:基本的な使い方 [2018/01/20 23:48]
koudai [データのプロット]
Line 171: Line 171:
  
 各データは直線で結ばれます。 各データは直線で結ばれます。
-もし点だけにしたいなら<file python>plt.plot(x, y, label="sin x", "o")</file>とします(oは丸い点の意味です。その他については別のページで解説します)。+もし点だけにしたいなら<file python>plt.plot(x, y, "o")</file>とします(oは丸い点の意味です。その他については別のページで解説します)。
  
  
python/matplotlib/基本的な使い方.txt · Last modified: 2021/06/27 22:04 (external edit)