You can display Matplotlib objects in Python notebooks. ... import numpy as np import matplotlib.pyplot as plt x = np.linspace(0, 2*np.pi, 50) y = np.sin(x) ...
確定! 回上一頁