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 4e14ae0 commit 60da0adCopy full SHA for 60da0ad
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