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 d4d0e67

Browse filesBrowse files
committed
Remove or update my old e-mail in places
Thanks, @WeatherGod, for noticing this
1 parent 7c0fb6e commit d4d0e67
Copy full SHA for d4d0e67

File tree

Expand file treeCollapse file tree

3 files changed

+1
-7
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+1
-7
lines changed

‎lib/matplotlib/fontconfig_pattern.py

Copy file name to clipboardExpand all lines: lib/matplotlib/fontconfig_pattern.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
information.
77
"""
88

9-
# Author : Michael Droettboom <mdroe@stsci.edu>
10-
# License : matplotlib license (PSF compatible)
11-
129
# This class is defined here because it must be available in:
1310
# - The old-style config framework (:file:`rcsetup.py`)
1411
# - The traits-based config framework (:file:`mpltraits.py`)

‎lib/matplotlib/mathtext.py

Copy file name to clipboardExpand all lines: lib/matplotlib/mathtext.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
fonts are supported. There is experimental support for using
1414
arbitrary fonts, but results may vary without proper tweaking and
1515
metrics for those fonts.
16-
17-
If you find TeX expressions that don't parse or render properly,
18-
please email mdroe@stsci.edu, but please check KNOWN ISSUES below first.
1916
"""
2017
from __future__ import (absolute_import, division, print_function,
2118
unicode_literals)

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def run_tests(self):
348348
version=__version__,
349349
description="Python plotting package",
350350
author="John D. Hunter, Michael Droettboom",
351-
author_email="mdroe@stsci.edu",
351+
author_email="matplotlib-users@python.org",
352352
url="http://matplotlib.org",
353353
long_description="""
354354
matplotlib strives to produce publication quality 2D graphics

0 commit comments

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