python:matplotlib:基本的な使い方
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
python:matplotlib:基本的な使い方 [2018/01/21 00:27] – [初めてのプロット] koudai | python:matplotlib:基本的な使い方 [2018/01/21 00:32] – [データのプロット] koudai | ||
---|---|---|---|
Line 107: | Line 107: | ||
plt.title(" | plt.title(" | ||
plt.xlabel(" | plt.xlabel(" | ||
- | plt.ylabel(" | + | plt.ylabel(" |
plt.plot(x, y) | plt.plot(x, y) | ||
Line 167: | Line 167: | ||
import matplotlib.pyplot as plt | import matplotlib.pyplot as plt | ||
- | x = [1, | + | x = [1,2,3, 4, 5, 6, 7, 8, 9, 10] |
- | y = [1, | + | y = [1, |
plt.title(" | plt.title(" |
python/matplotlib/基本的な使い方.txt · Last modified: 2021/06/27 22:04 by 127.0.0.1