Fill In the Blanks For Plotting with PyPlot Class 12 Informatics Practices (IP)


1. _____ refers to the graphical or visual representation of information and data using visual elements like charts, graphs and maps, etc.

2. _____ is a collection of methods with matplotlib library which allows the user to construct 2D plots easily and interactively.

3. The _____ chart is a graph of plotted points on two axes that shows the relationship between two sets of data.

4. _____ is the text that appears on the top of the plot and defines what the chart is about.

5. The axes of a plot can be labelled using _____ and _____ functions.

6. A _____ is a summarization tool for discrete or continuous data.

7. Pyplot module's _____ lets you create histograms.

8. In a _____, the number of observations is marked with a single point at the midpoint of an interval.

9. The _____ is used to show the range and the middle half of the ranked data.

10. The _____ module of Pyplot lets you draw box plots.

11. Two functions of Pyplot library used to create scatter charts are _____ and _____.

12. Barh() function is used to create _____ bar chart.

13. The area on which actual plot will appear is defined by _____.

14. _____ describe the number of data points that fall within a specified range of values.

15. To change the orientation of the histogram, we can use _____ argument with hist().

16. A _____ is a plot that shows the underlying frequency distribution of a set of continuous data.

17. Pyplot interface is a collection of methods within _____ library of Python.

18. Pyplot's _____ function is used to create line charts.

19. Pyplot's _____ function is used to create horizontal bar charts.

20. Pyplot's _____ function is used to create scatter charts.

21. Pyplot's _____ function is used to create histogram.

22. The datapoints plotted on a graph are called _____.

23. The _____ argument of plot() specifies the width for the line.

24. The _____ argument of plot() specifies the style of the line.

25. The _____ argument of bar() specifies the bar width.

26. The _____ function is used to specify ticks for x-axis.

27. To save a plot, _____ function is used.

28. The _____ argument of hist() is set to create a horizontal histogram.

29. The _____ argument shows the arithmetic mean on a boxplot.

30. The _____ argument in a boxplot() creates a notched boxplot.

31. The _____ argument of legend() provides the location of legend.



Answer :-


1. Data Visualization
2. Pyplot
3. scatter
4. Title
5. xlabel(), ylabel()
6. histogram
7. hist()
8. frequency polygon
9. box plot
10. boxplot()
11. plot(), scatter()
12. horizontal
13. axes
14. Bins
15. orientation
16. histogram
17. matplotlib
18. plot()
19. barh()
20. scatter()
21. hist()
22. markers
23. linewidth
24. linestyle
25. width
26. xticks()
27. savefig()
28. orientation
29. showmeans
30. notch
31. loc

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post