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
+43-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# 11_Python_Matplotlib_Module
2
2
3
+
## Introduction 👋
4
+
3
5
**What Is Python Matplotlib?**
4
6
matplotlib.pyplot is a plotting library used for 2D graphics in python programming language. It can be used in python scripts, shell, web application servers and other graphical user interface toolkits.
5
7
@@ -10,7 +12,7 @@ Matploitlib is a Python Library used for plotting, this python library provides
10
12
Matplotlib is not a part of the Standard Libraries which is installed by default when Python, there are several toolkits which are available that extend python matplotlib functionality. Some of them are separate downloads, others can be shipped with the matplotlib source code but have external dependencies.
@@ -34,6 +36,44 @@ Matplotlib is not a part of the Standard Libraries which is installed by default
34
36
These are online read-only versions.
35
37
36
38
37
-
## License
39
+
## Frequently asked questions ❔
40
+
41
+
### How can I thank you for writing and sharing this tutorial? 🌷
42
+
43
+
You can ⭐ star this tutorial. Starring is free for you, but it tells me and other people that it was helpful and you like this tutorial.
44
+
45
+
Go [here](https://github.com/milaan9/11_Python_Matplotlib_Module) if you aren't here already and click the "⭐ Star" button in the top right corner. You will be asked to create a GitHub account if you don't already have one.
46
+
47
+
### How can I read this tutorial without an Internet connection? 🤔
48
+
49
+
1. Go [here](https://github.com/milaan9/11_Python_Matplotlib_Module) if you aren't here already.
50
+
51
+
2. Click the big green "Clone or download" button in the top right of the page, then click "[Download ZIP](https://github.com/milaan9/11_Python_Matplotlib_Module/archive/refs/heads/main.zip)".
52
+
53
+

54
+
55
+
3. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
56
+
57
+
4. Launch ipython notebook from the folder which contains the notebooks. Open each one of them
58
+
59
+
`Cell > All Output > Clear`
60
+
61
+
This will clear all the outputs and now you can understand each statement and learn interactively.
62
+
63
+
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
64
+
65
+
66
+
## Authors ✍️
67
+
68
+
I'm Dr. Milaan Parmar and I have written this tutorial. If you think you can add/correct/edit and enhance this tutorial you are most welcome🙏
69
+
70
+
See [github's contributors page](https://github.com/milaan9/11_Python_Matplotlib_Module/graphs/contributors) for details.
71
+
72
+
If you have trouble with this tutorial please tell me about it by [Create an issue on GitHub](https://github.com/milaan9/11_Python_Matplotlib_Module/issues/new). and I'll make this tutorial better. This is probably the best choice if you had trouble following the tutorial, and something in it should be explained better. You will be asked to create a GitHub account if you don't already have one.
73
+
74
+
If you like this tutorial, please [give it a ⭐ star](./README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
75
+
76
+
77
+
## Licence 📜
38
78
39
-
This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/
79
+
You may use this tutorial freely at your own risk. See [LICENSE](./LICENSE).
0 commit comments