You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,18 @@ Matplotlib is not a part of the Standard Libraries which is installed by default
56
56
57
57
These are online read-only versions.
58
58
59
+
---
60
+
61
+
## Install Matplotlib Module:
62
+
63
+
Open your [](https://www.continuum.io/downloads) Prompt <imgalt="propmt"src="https://img.shields.io/badge/-__-000000?style=flat-square&logo=Plex&logoColor=white"> and type and run the following command (individually):
64
+
65
+
- pip install matplotlib
66
+
67
+
68
+
Once Installed now we can import it inside our python code.
0 commit comments