Direction: Choose the correct option
Q1.
How do you change the figure size in Matplotlib?
Direction: Choose the correct option
Q2.
What function adds a grid to a plot?
Direction: Choose the correct option
Q3.
How do you set the x-axis limits from 0 to 10?
Direction: Choose the correct option
Q4.
How do you change the line style to dotted?
Direction: Choose the correct option
Q5.
What does `plt.xticks(rotation=45)` do?
Direction: Choose the correct option
Q6.
How do you add text annotation at coordinates (x,y)?
Direction: Choose the correct option
Q7.
What is the purpose of `plt.tight_layout()`?
Direction: Choose the correct option
Q8.
How do you change the color of a line plot to green?
Direction: Choose the correct option
Q9.
What does `plt.axis('equal')` do?
Direction: Choose the correct option
Q10.
How do you remove the top and right spines?
