Skip to content

Commit

Permalink
Entirely disable metadata output
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Oct 13, 2024
1 parent 32e484f commit 7f1b288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teeplot/teeplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def save_callback():
transparent=teeplot_transparent,
dpi=teeplot_dpi,
# see https://matplotlib.org/2.1.1/users/whats_new.html#reproducible-ps-pdf-and-svg-output
metadata={'creationDate': None},
metadata=None,
)

if teeplot_show or (teeplot_show is None and hasattr(sys, 'ps1')):
Expand Down

0 comments on commit 7f1b288

Please sign in to comment.