Computer Science, asked by ayushigautam0414, 7 months ago

Which of the following plotting functions does not plot multiple data services? (a) plot() (b) bar() (c) pie() (d) barh()

Answers

Answered by tejasbijapur
4

Answer:

Explanation:plot

Answered by pragyakirti12345
0

Answer: (c) pie()

Concept : Graph Visualization

Given : (a) plot()

            (b) bar()

            (c) pie()

            (d) barh()

To Find : Which of the following plotting functions does not plot multiple

               data services?

Explanation:

Graph visualization is a technique of representing a structural information as diagrams of abstract graphs and networks. Graph visualization has important applications in networking, machine learning, understanding of data, database and web designs . Different plotting functions are used to plot different types of graphs .

plot() - plot() is used to draw points (marks) in the graph. By default, the

          plot() draws a line from point to point.

bar() - bar() is used to represent a category of data. The rectangular bars

         with lengths and heights is proportional to the value they

        represent.

pie() - pie() is used to represent a circular statistical plot that can display

         only one series of data.

barh() - barh() creates a horizontal bar plot. It is used to represent a

           category of data.

#SPJ3

Similar questions