Q. Which of the following creates two grids on a row for plotting 2 graphs in matplotlib? (A) plt.subplots(1, 2) (B) plt.subplots(2, 1) (C) plt.subplots(2) (D) None ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) plt.subplots(1, 2)