InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong combination with regards to kind keyword for graph plotting.(a) ‘scatter’ for scatter plots(b) ‘kde’ for hexagonal bin plots(c) ‘pie’ for pie plots(d) none of the mentionedThe question was asked in examination.Query is from Plotting in Python in division Data Analysis with Python of Data Science |
|
Answer» Right answer is (B) ‘KDE’ for HEXAGONAL BIN plots |
|