8000 Merge pull request #6204 from tacaswell/bibtex_attribute · matplotlib/matplotlib@8dc7091 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dc7091

Browse files
committed
Merge pull request #6204 from tacaswell/bibtex_attribute
add matplotlib.__bibtex__ attribute
2 parents 302c7fd + 60da0ad commit 8dc7091

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

lib/matplotlib/__init__.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,21 @@
137137

138138
__version__numpy__ = str('1.6') # minimum required numpy version
139139

140+
__bibtex__ = """@Article{Hunter:2007,
141+
Author = {Hunter, J. D.},
142+
Title = {Matplotlib: A 2D graphics environment},
143+
Journal = {Computing In Science \& Engineering},
144+
Volume = {9},
145+
Number = {3},
146+
Pages = {90--95},
147+
abstract = {Matplotlib is a 2D graphics package used for Python
148+
for application development, interactive scripting, and
149+
publication-quality image generation across user
150+
interfaces and operating systems.},
151+
publisher = {IEEE COMPUTER SOC},
152+
year = 2007
153+
}"""
154+
140155
try:
141156
import dateutil
142157
except ImportError:

0 commit comments

Comments
 (0)
0