Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365d49d commit 3036e5cCopy full SHA for 3036e5c
1 file changed
README.md
@@ -1,2 +1,15 @@
1
# mpl-user-contrib
2
-list of matplotlib user-contributed packages
+List of matplotlib user-contributed packages. These are served at <http://matplotlib.org/mpl-user-contrib.html>
3
+
4
+To add your package create a YAML file `your-cool-mpl-package.yml` with the following fields:
5
6
+```yml
7
+ name: your-cool-mpl-package
8
+ github: https://github.com/yourname/your-cool-mpl-package/
9
+ keywords: stylefiles, helper functions
10
+ description: A less-than 50-word description of your package that will help other users find it.
11
+```
12
13
+Either fork this repo and add the new file to it, or use the `Add File` button above, and then create a PR.
14
15
0 commit comments