Δελτα デルタ です。この記事はみすてむず いず みすきーしすてむず レシピ Advent Calendar 202412/25分の記事となります。執筆時開始時点で12/25 23:05です。遅くなってしまい本当に申し訳ないです。。。 私のみすてむずのアカウントはこちら。 Jupyter Notebook ...
[Matplotlib超入門:pyplot編]折れ線グラフ/散布図/棒グラフ/ヒストグラム/円グラフを作成してみよう y = [n * 2 for n in x] y = 2 * x x0 = np.random.normal(loc=center0, scale=std_dev, size=num) y0 = np.random.normal(loc=center0, scale=std_dev ...
We use matplotlib for plotting in python. To have some more control over the coordinate axis we'll use .subplots. The first few lines of code just change the plot from a bounding box to a set of ...