Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!f11g2000yql.googlegroups.com!not-for-mail From: scanty Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Dynamically setting mxtics between two xtics Date: Mon, 23 Jan 2012 03:38:08 -0800 (PST) Organization: http://groups.google.com Lines: 23 Message-ID: <6589b9fa-e43e-4968-a4d8-d325c83fad78@f11g2000yql.googlegroups.com> References: <171a69a5-1063-43b2-94e4-c498b855ed2e@a17g2000yqj.googlegroups.com> <9nad3nFvm5U1@mid.individual.net> <3bed6fda-db9e-481c-9e7f-8cf58a01202e@q8g2000yqa.googlegroups.com> <9nodjvF3gsU1@mid.individual.net> <474efc00-f644-4fb6-9b67-7c2b37bbf7e3@18g2000vbx.googlegroups.com> NNTP-Posting-Host: 202.75.201.5 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1327318688 1997 127.0.0.1 (23 Jan 2012 11:38:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 23 Jan 2012 11:38:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f11g2000yql.googlegroups.com; posting-host=202.75.201.5; posting-account=MhwcBgoAAABi84jFALO0EJ_eeF33xw82 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:862 On Jan 19, 1:43=A0pm, ab wrote: > Hi, > > > > > > What I want is a mxtic for each data point. > > > I am not able to figure out how to gnuplot decides the interval of a > > can't you just use > > =A0plot "test.dat" u 1:(0.2) =A0w impulses > > this will draw a line from the x-axis =A0to 0.2 =A0 for each data point. @Ingo: the arrows work fine, but the length of arrows is creating a problem as the range of data samples varies between 10-50000. @ab: The impulses are working fine, but gnuplot is creating a key ( legend ) entry for the impulses. While key entry for other plots is required( and set by autotitle columnhead) , can we do something so that the key entry for impulses is not displayed.