**matplotlib **例
import matplotlib.pyplot as plt plt.plot([53,74,42,88]) plt.ylabel('math test') plt.show()
**リソース -https://matplotlib.org/@https://matplotlib.org/