#With Pyplot, you can use the grid() function to add grid lines to the plot. "Specify Which Grid Lines to Display" #you can use ...
x = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] # Creating data points y as a function of x. Squares of x, Cubes of x, Reverse of x ...