Next:
6.3 backend (よく分からない)
Up:
6 matplotlib
Previous:
6.1 pyplot
6
.
2
pylab
from pylab import * x=arange(0, 10, 0.2) y=sin(x) plot(x,y) show()
桂田 祐史