x = np.linspace(-2.0, 2.0, 100) y1 = 1 / (4 * 2) * x**2 # Parabola with focal length f = 2 y2 = 1 / (4 * 6) * x**2 # Parabola with focal length f = 6 plt.figure ...
Python 3.12 以降では distutils が含まれなくなったため、import japanize_matplotlib を実行すると、ModuleNotFoundError: No module named 'distutils' というエラーが発生します。 この問題の対処法としては、以下の方法があります: ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする