X-Received: by 10.182.63.17 with SMTP id c17mr41157073obs.7.1452327975885; Sat, 09 Jan 2016 00:26:15 -0800 (PST) X-Received: by 10.182.97.194 with SMTP id ec2mr74895obb.1.1452327975792; Sat, 09 Jan 2016 00:26:15 -0800 (PST) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!h5no2023662igh.0!news-out.google.com!l1ni8185igd.0!nntp.google.com!h5no2023654igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sat, 9 Jan 2016 00:26:15 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a01:e34:edd0:a420:6123:bb03:fc25:694; posting-account=rRrF0QoAAADvfz9x_XRZl2FnfX8TY08t NNTP-Posting-Host: 2a01:e34:edd0:a420:6123:bb03:fc25:694 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <23846d17-ac98-4ac7-bb47-e82aecc07247@googlegroups.com> Subject: Command every From: aelurus.stockage@gmail.com Injection-Date: Sat, 09 Jan 2016 08:26:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:3154 Hello all, with gnuplot i draw a fonction T(x) = (7+345*log10(8*(10*(x)/60)+1)) from a data file with others curves. i use TcSimulation using 1:(T($1)) lw 3 title "ISO",\ in my plot commande. It works well. I would like to start this draw 80 secondes after, i mean the ISO curve should start after this others curves. So i use TcSimulation using 1:(T($1)) every ::60 lw 3 title "ISO",\ My probleme it that the still start at time 0. I would like a to move the curve in the horizontal way not vertical start. I hope you will understand me.