Computer Science, asked by sivasatish59, 11 months ago

matplotlib in Python can only generate line graphs is true r false​

Answers

Answered by ankurbadani84
0

Answer:

False

Explanation:

matplotlib in Python can only generate line graphs is FALSE.

matplotlib in Python can only generate range of Graph as follows :-

1) Line Graph

2) Bar Graph

3) Scatter Graph

4) Histogram Graph

Graph level to plot trends and patterns.

python -mpip install -U matplotlib  -- Command used to install matplotlib  package.

Answered by lovingheart
0

Answer:

The given statement is False

Explanation:

Python can generate so many kinds of graphs similar to the graphs in Excel. Python can generate,  

Bar graph, line graph, Scatter graph, Histogram graph. Graphs are normally used to project values in a graphical form and helps to discuss. Analysis becomes easier when the data are represented in graphs.

Programmer needs to be particular about the coordinates and the values associated with the theme to produce and choose a best type of graph.

Similar questions