fig, ax = plt.subplots() markerline, stemlines, baseline = ax.stem(x, np.cos(x), '-.') ax.grid(color='gray', axis='y'). stem plot with ...
確定! 回上一頁