Which of following is not a visualization under matplotlib?
Scatter Plot
Table Plot
Histogram
Box Plot
Answers
Answered by
2
Answer:
I think is
Explanation:
scatter plot
I am not sure
then also hope it's helpful
Answered by
1
Q) Which of the following is not a visualization under matplotlib?
(a) Scatter plot
(b) Histogram
(c) Box plot
(d) Table plot
Option(d) Table plot is not a visualization under matplotlib.
- A visualization library that is used by python programming is the matplotlib.
- This allows the plotting of two-dimensional plots in python programming.
- It acts as a data visualization tool.
- Scatter plot, Histogram plot, and box plot are some of the visualizations which come under the matplotlib.
- Table plot which is used for the plotting of objects in the table.
Similar questions