InterviewSolution
Saved Bookmarks
| 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() |
|