Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3036e5c

Browse files
authored
Update README.md
1 parent 365d49d commit 3036e5c

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# mpl-user-contrib
2-
list of matplotlib user-contributed packages
2+
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

Comments
 (0)