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.
There was an error while loading. Please reload this page.
1 parent c4e6388 commit e9bec05Copy full SHA for e9bec05
README.rst
@@ -19,6 +19,10 @@
19
.. |Depsy| image:: http://depsy.org/api/package/pypi/matplotlib/badge.svg
20
.. _Depsy: http://depsy.org/package/python/matplotlib
21
22
+.. |NUMFocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
23
+.. _NUMFocus: http://www.numfocus.org
24
+
25
26
##########
27
Matplotlib
28
doc/_templates/badgesidebar.html
@@ -1,3 +1,8 @@
1
+<a href="https://www.numfocus.org">
2
+ <image src="https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A">
3
+</a>
4
5
+<br/>
6
7
<a href="http://depsy.org/package/python/matplotlib">
8
<img src="{{ pathto('_static/depsy_badge.svg', 1) }}">
0 commit comments