Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ingo Thies Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Dynamically setting mxtics between two xtics Date: Mon, 23 Jan 2012 16:25:24 +0100 Lines: 26 Message-ID: <9o5cf4FfgeU1@mid.individual.net> 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> <6589b9fa-e43e-4968-a4d8-d325c83fad78@f11g2000yql.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: individual.net lwi246WgUJlOquzbdmAb9QJQz+io6cvBPK/pQ15V2HW41D6V0g Cancel-Lock: sha1:71FL8ucynVaR+1sZwMyWcM1QOp4= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Thunderbird/3.1.16 In-Reply-To: <6589b9fa-e43e-4968-a4d8-d325c83fad78@f11g2000yql.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:864 On 23.01.2012 12:38, scanty wrote: > @Ingo: the arrows work fine, but the length of arrows is creating a > problem as the range of data samples varies between 10-50000. But the yrange is constant for each plot (i.e. a standard rectangular coordinate system, unlike the Planck curve example), so you can adjust the start point and the length of the arrows to an appropriate value. > @ab: The impulses are working fine, but gnuplot is creating a key > ( legend ) entry for the impulses. Yo can add a notitle statement in the plot: plot using <...> notitle with impulses This omits the key entry. > 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. HTH, Ingo