import matplotlib.pyplot as plt axes = plt.gca(). The plt.gca() function gets the current axes so that you can draw on it directly.
確定! 回上一頁