Skip to content

Commit 44b362d

Browse files
authored
Update README.md
1 parent 248b5ee commit 44b362d

File tree

1 file changed

+43
-3
lines changed

1 file changed

+43
-3
lines changed

README.md

+43-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 11_Python_Matplotlib_Module
22

3+
## Introduction 👋
4+
35
**What Is Python Matplotlib?**
46
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.
57

@@ -10,7 +12,7 @@ Matploitlib is a Python Library used for plotting, this python library provides
1012
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.
1113

1214

13-
## Table of contents
15+
## Table of contents 📋
1416

1517

1618
[001_Python_Matplotlib_pyplot](https://github.com/milaan9/11_Python_Matplotlib_Module/blob/main/001_Python_Matplotlib_pyplot.ipynb)
@@ -34,6 +36,44 @@ Matplotlib is not a part of the Standard Libraries which is installed by default
3436
These are online read-only versions.
3537

3638

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+
![Download ZIP](img/dnld_rep.png)
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 📜
3878

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

Comments
 (0)