python matplt May 19, 2023April 12, 2023 by wordlinkanswers python matplt Comment 6 import matplotlib.pyplot as plt<br /><br /> plt.plot([1, 2, 3, 4])<br /><br /> plt.ylabel(‘some numbers’)<br /><br /> plt.show()<br /><br /> Popularity 10/10 Helpfulness 5/10 Language python Source: matplotlib.org Tags: python Share Link to this answer Share Contributed on Feb 21 2020 Plain Platypus 0 Answers Avg Quality 2/10 wordlinkanswers