We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import matplotlib.pylab as plt x = [1, 2, 3] y = [1, 2, 3] plt.plot(x, y) plt.show()