8000 Update PS Creator field to match other backends. · matplotlib/matplotlib@89fefdf · GitHub
[go: up one dir, main page]

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 89fefdf

Browse files
committed
Update PS Creator field to match other backends.
1 parent 4a95f17 commit 89fefdf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

lib/matplotlib/backends/backend_ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ def _print_ps(
802802
filename.encode("ascii", "replace").decode("ascii")
803803
dsc_comments["Creator"] = (metadata or {}).get(
804804
"Creator",
805-
f"matplotlib version {mpl.__version__}, http://matplotlib.org/")
805+
f"Matplotlib v{mpl.__version__}, https://matplotlib.org/")
806806
# See https://reproducible-builds.org/specs/source-date-epoch/
807807
source_date_epoch = os.getenv("SOURCE_DATE_EPOCH")
808808
dsc_comments["CreationDate"] = (

lib/matplotlib/tests/baseline_images/test_backend_ps/useafm.eps

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/matplotlib/tests/baseline_images/test_path/nan_path.eps

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0