Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!postnews.google.com!f31g2000pri.googlegroups.com!not-for-mail From: Jonathan Drolet Newsgroups: comp.graphics.apps.gnuplot Subject: Zero-order hold interpolation Date: Tue, 26 Apr 2011 09:20:15 -0700 (PDT) Organization: http://groups.google.com Lines: 14 Message-ID: <7f91ef94-a8f3-4c7d-ae0b-60ce98b207c8@f31g2000pri.googlegroups.com> NNTP-Posting-Host: 67.204.22.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1303834816 26401 127.0.0.1 (26 Apr 2011 16:20:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 26 Apr 2011 16:20:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f31g2000pri.googlegroups.com; posting-host=67.204.22.178; posting-account=FfsC9AoAAAAZc7AwMcQb_6Cv02GaE3kB User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.5 Safari/534.30,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:279 Hello, I'm looking to plot values from a datafile with lines; this part is quite easy with gnuplot. My problem, however, is that gnuplot will linearly interpolate between datapoints. This is usually what I need, but for this particular plot, I want the line to be constant between two datapoints (zero-order hold interpolation), but can't seem to figure out an easy way to do this. Is there a way to do this with gnuplot? Thanks, Jonathan