Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6be7047

Browse filesBrowse files
authored
Merge pull request #13379 from anntzer/uncite
DOC: Remove citation entry from FAQ (it is still else where in docs)
2 parents 2d05981 + 4ac21c9 commit 6be7047
Copy full SHA for 6be7047

File tree

Expand file treeCollapse file tree

3 files changed

+9
-42
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-42
lines changed

‎doc/citing.rst

Copy file name to clipboardExpand all lines: doc/citing.rst
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
Citing Matplotlib
44
=================
55

6-
If Matplotlib contributes to a project that leads to a scientific
7-
publication, please acknowledge this fact by citing `Hunter et al (2007)
8-
<https://doi.org/10.1109/MCSE.2007.55>`_ using this ready-made BibTeX entry:
6+
If Matplotlib contributes to a project that leads to a scientific publication,
7+
please acknowledge this fact by citing `J. D. Hunter, "Matplotlib: A 2D
8+
Graphics Environment", Computing in Science & Engineering, vol. 9, no. 3,
9+
pp. 90-95, 2007 <https://doi.org/10.1109/MCSE.2007.55>`_.
910

1011
.. code-block:: bibtex
1112
1213
@Article{Hunter:2007,
1314
Author = {Hunter, J. D.},
1415
Title = {Matplotlib: A 2D graphics environment},
15-
Journal = {Computing In Science \& Engineering},
16+
Journal = {Computing in Science \& Engineering},
1617
Volume = {9},
1718
Number = {3},
1819
Pages = {90--95},
19-
abstract = {Matplotlib is a 2D graphics package used for Python
20-
for application development, interactive scripting, and
21-
publication-quality image generation across user
22-
interfaces and operating systems.},
20+
abstract = {Matplotlib is a 2D graphics package used for Python for
21+
application development, interactive scripting, and publication-quality
22+
image generation across user interfaces and operating systems.},
2323
publisher = {IEEE COMPUTER SOC},
2424
doi = {10.1109/MCSE.2007.55},
2525
year = 2007

‎doc/faq/howto_faq.rst

Copy file name to clipboardExpand all lines: doc/faq/howto_faq.rst
-33Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -731,36 +731,3 @@ code example page with the keyword ``codex`` for *code example* which
731731
shouldn't appear anywhere else on this site except in the FAQ.
732732
So if you want to search for an example that uses an
733733
ellipse, :ref:`search` for ``codex ellipse``.
734-
735-
736-
.. _how-to-cite-mpl:
737-
738-
Cite Matplotlib
739-
===============
740-
741-
If you want to refer to Matplotlib in a publication, you can use
742-
"Matplotlib: A 2D Graphics Environment" by J. D. Hunter In Computing
743-
in Science & Engineering, Vol. 9, No. 3. (2007), pp. 90-95 (see `this
744-
reference page <https://doi.org/10.1109/MCSE.2007.55>`_)::
745-
746-
@article{Hunter:2007,
747-
Address = {10662 LOS VAQUEROS CIRCLE, PO BOX 3014, LOS ALAMITOS, CA 90720-1314 USA},
748-
Author = {Hunter, John D.},
749-
Date-Added = {2010-09-23 12:22:10 -0700},
750-
Date-Modified = {2010-09-23 12:22:10 -0700},
751-
Isi = {000245668100019},
752-
Isi-Recid = {155389429},
753-
Journal = {Computing In Science \& Engineering},
754-
Month = {May-Jun},
755-
Number = {3},
756-
Pages = {90--95},
757-
Publisher = {IEEE COMPUTER SOC},
758-
Times-Cited = {21},
759-
Title = {Matplotlib: A 2D graphics environment},
760-
Type = {Editorial Material},
761-
Volume = {9},
762-
Year = {2007},
763-
Abstract = {Matplotlib is a 2D graphics package used for Python for application
764-
development, interactive scripting, and publication-quality image
765-
generation across user interfaces and operating systems.},
766-
Bdsk-Url-1 = {http://gateway.isiknowledge.com/gateway/Gateway.cgi?GWVersion=2&SrcAuth=Alerting&SrcApp=Alerting&DestApp=WOS&DestLinkType=FullRecord;KeyUT=000245668100019}}

‎lib/matplotlib/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
__bibtex__ = r"""@Article{Hunter:2007,
155155
Author = {Hunter, J. D.},
156156
Title = {Matplotlib: A 2D graphics environment},
157-
Journal = {Computing In Science \& Engineering},
157+
Journal = {Computing in Science \& Engineering},
158158
Volume = {9},
159159
Number = {3},
160160
Pages = {90--95},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.