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.
2 parents 302c7fd + 60da0ad commit 8dc7091Copy full SHA for 8dc7091
lib/matplotlib/__init__.py
@@ -137,6 +137,21 @@
137
138
__version__numpy__ = str('1.6') # minimum required numpy version
139
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
+
155
try:
156
import dateutil
157
except ImportError:
0 commit comments