Question 21 MarkWhat is the purpose of Matplotlib Library?AnswerMatplotlib library - It is one of the libraries used to make the 2D graphs and a bit of 3D graphs.View full question & answer→
Question 31 MarkName the function used to make the Horizontal bar graph.Answerbarh()View full question & answer→
Question 51 MarkWrite the purpose of plot() function.AnswerPlot(). It creates a 2-D line plot of the data in Y versus the corresponding values in X.View full question & answer→
Question 71 MarkWhat is the purpose of pyplot?AnswerPyplot is a module available under matplotlib that contains the function to manipulate the graph legend, title etc.View full question & answer→
Question 81 MarkWrite the command to install Matplotlib library.Answerpip install matplotlibView full question & answer→
Question 91 MarkWhat is Data Visualization?AnswerIt is a way to represent the data graphically that can be Bar Graph, Line Chart, Pie Graph etc.View full question & answer→
Question 101 MarkWhat is LegendAnswerLegend is the data which appears along with graph either on left or right side.View full question & answer→
Question 111 MarkHow many types of charts in Python?AnswerScatterplot, bubble plot, 2D density plot, Bubble map, Choropleth map, Tree plot, BOXPLOT, VIOLIN, Venn diagram, Stacked barplot, Area plot, Streamchart, Stacked area plot, Parrallel plot, Barplot, Lollipop plot, Chord diagram, Sankey diagram.View full question & answer→
Question 121 MarkWhat is the need of data visualization?AnswerIt is used display the data in graphical shape which can easily be understand by the humans. It can also be used for comparing the dataView full question & answer→