Vidyalelo
JavaScript · Q58

Sockets

Programming · JavaScript · question 58

Q58

Which is the method used to draw a bar plot?

A.
bar_plot()
B.
plot(bar)
C.
barplot()
Answer
D.
plotbar()

Answer: Option C

Solution

Answer: Option C
Solution:
The method barplot() can be used to draw a bar plot.