Name the function you will use to create a horizontal bar chart.
2 Likes
The barh() function is used to create a horizontal bar chart.
barh()
Answered By
1 Like
Name the Python library generally used for data visualization.
Is Pyplot a Python library ? What is it ?
Which argument will you provide to change the following in a line chart ?
(i) width of the line
(ii) color of the line
What is a marker ? How can you change the marker type and color in a plot ?