Which code produces the same result as the one below? plt.plot(year, sales) plt.title('Sales by Year', fontsize=20) Select an answer: fig, axes = plt.subplots(nrows=1, ncols=1) axes.plot(year, sales) axes.set_title('Sales by Year', fontsize=20) fig, axes = plt.subplots(nrows=1, ncols=1) axes.plot(year, sales) plt.set_title('Sales by Year') plt.set_font(20) fig, axes = plt.subplots(nrows=1, ncols=1) axes.plot(year, sales) axes.set_font_and_title(20, 'Sales by Year') fig, axes = plt.subplots(nrows=1, ncols=1) axes.plot(year, sales) axes.title('Sales by Year') axes.font(fontsize=20)

COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
1st Edition
ISBN:9780357392676
Author:FREUND, Steven
Publisher:FREUND, Steven
Chapter8: Working With Trendlines, Pivottables, Pivotcharts, And Slicers
Section: Chapter Questions
Problem 8EYW
icon
Related questions
Question

Which code produces the same result as the one below?

plt.plot(year, sales) plt.title('Sales by Year', fontsize=20)

Select an answer:

  • fig, axes = plt.subplots(nrows=1, ncols=1) axes.plot(year, sales) axes.set_title('Sales by Year', fontsize=20)

  • fig, axes = plt.subplots(nrows=1, ncols=1) axes.plot(year, sales) plt.set_title('Sales by Year') plt.set_font(20)

  • fig, axes = plt.subplots(nrows=1, ncols=1) axes.plot(year, sales) axes.set_font_and_title(20, 'Sales by Year')

  • fig, axes = plt.subplots(nrows=1, ncols=1) axes.plot(year, sales) axes.title('Sales by Year') axes.font(fontsize=20)

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:
9780357392676
Author:
FREUND, Steven
Publisher:
CENGAGE L
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning