Anaconda からpipでmatplotlibインストール ... import matplotlib.pyplot as plt import numpy as np a = np.linspace(0,10,100) b = np.exp(-a) ...
確定! 回上一頁