A

Admin • 802.91K Points
Coach

Q. How do you specify a figure size in Matplotlib?

  • (A) Using plt.size()
  • (B) Using plt.figure(figsize=(width, height))
  • (C) Using plt.plotsize()
  • (D) Using plt.resize()
  • Correct Answer - Option(B)
  • Views: 2
  • Filed under category Matplot Lib
  • Hashtags:

Explanation by: Admin
You can set the figure size using the figsize parameter in plt.figure().

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.