1.

The plot method on Series and DataFrame is just a simple wrapper around ____________(a) gplt.plot()(b) plt.plot()(c) plt.plotgraph()(d) none of the mentionedI got this question in a national level competition.My question is taken from Plotting in Python topic in portion Data Analysis with Python of Data Science

Answer»

The correct OPTION is (B) plt.plot()

To EXPLAIN I would say: If the INDEX consists of dates, it calls gcf().autofmt_xdate() to try to format the x-axis nicely.



Discussion

No Comment Found

Related InterviewSolutions