Plotting a very simple sine graph:- import numpy as np import matplotlib.pyplot as plt x = np.arange(0, np.pi*4, 0.1) y = ...
確定! 回上一頁