Path: csiph.com!aioe.org!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ethan A Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Ticket 1782: plot with image broken in CVS Date: Tue, 19 Apr 2016 21:07:29 -0700 Organization: A noiseless patient Spider Lines: 44 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Injection-Date: Wed, 20 Apr 2016 04:04:09 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="7c6f8a2881b346979d14913f66e58e3d"; logging-data="20077"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/F/Db/YVqfHPSdgTsgRMMz" User-Agent: KNode/4.14.5 Cancel-Lock: sha1:TC6P81nWZ5dVS3ZQgmGSDgwZR18= Xref: csiph.com comp.graphics.apps.gnuplot:3300 Stephan I Böttcher wrote: > > I could not figure out how to anonymously answer in the bug tracker. > So I do that here. > >> It is possible that this is either the same bug or a counterexample >> to the bug + fix in tracker item #1767. >> The fix for #1767 was appied 04-Apr-2016, so the critical question is >> whether the gnuplot 5.1 executable that produced your erroneous plot >> was from before that or after that. > > G N U P L O T > Version 5.1 patchlevel 0 last modified 2016-04-16 > > Checked out of CVS today. The 5.0.3 branch tag was checked out and > built exactly the same. On both 32bit and 64bit Debian sid. Patch and possible work-around attached to the original Bug Report. https://sourceforge.net/p/gnuplot/bugs/1782/ Ethan > > ./configure --with-readline=gnu --with-x --enable-history-file > --with-cwdrc --with-qt=qt4 --disable-raise-console > >> Please check the exact source date of the 5.1 executable (the "last >> modified" date as shown in the 2nd line of the splash text when you >> run the program). Also please show the plot command that is failing. > > I do not think you want to see that :-) > > plot " 'isClock(){};is1D(C1H){B=V;A=Time;do2D()}' resA=60.0 > data/TC/2016-04-19-fm1-post-tct-coldnonop-functest-Bi207-xray-nom.itf" > u ($1/3600):2:3 w image, " 'isHK(HK_T_HET_PA){print Time,Temp}' > data/TC/2016-04-19-fm1-post-tct-coldnonop-functest-Bi207-xray-nom.itf" > u ($1/3600):2 axis x1y2 w d lt 2 > > The TVac test where the data is produced is still running ... >