Next:
4.3 メモ
Up:
4 matplotlib
Previous:
4.1 pyplot
4
.
2
pylab
from pylab import * x=arange(0, 10, 0.2) y=sin(x) plot(x,y) show()
Next:
4.3 メモ
Up:
4 matplotlib
Previous:
4.1 pyplot
桂田 祐史
2017-12-10