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 0d814e0

Browse filesBrowse files
committed
'Software' starts with capital letter as per PNG specification
1 parent 8305868 commit 0d814e0
Copy full SHA for 0d814e0

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/backend_agg.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_agg.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def print_png(self, filename_or_obj, *args, **kwargs):
558558
if metadata is None:
559559
version_str = 'matplotlib version ' + __version__ + \
560560
', http://matplotlib.org/'
561-
metadata = {six.b('software'): six.b(version_str)}
561+
metadata = {six.b('Software'): six.b(version_str)}
562562
try:
563563
_png.write_png(renderer._renderer, filename_or_obj, self.figure.dpi,
564564
metadata=metadata)

0 commit comments

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