Menu

#280 Possibility to disable Date field in eps export

open
nobody
None
5
2013-02-10
2011-02-04
hajaju
No

Hi,
when larger sets of EPS pictures are generated via gnuplot and tracked by some VCS like subversion or git most of the files have only Date change like:
+%%CreationDate: Fri Feb 4 02:23:52 2011
+ /CreationDate (Fri Feb 4 02:23:52 2011)

this leads to big commits where the real changes are not seen because of the cruft all around.
it would be cool if there was possibility to either disable this comment or set it on a single value inside script...

thanks for consideration

Discussion

  • Ethan Merritt

    Ethan Merritt - 2011-02-10

    How about:
    set term post eps
    set output "| sed 's/^.*CreationDate.*$//' > graph.eps"

     
  • hajaju

    hajaju - 2011-02-14

    yes, i do something similar in scripts around. but its workaround, not fix... :)
    thanks for reply.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.