Saved Bookmarks
| 1. |
Matplotlib in Python can only generate line graphs is true r false |
|
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. |
|