Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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)