Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: y axis always has a yrange [0:*] with autoscale Followup-To: comp.graphics.apps.gnuplot Date: Fri, 25 Nov 2011 14:26:31 -0800 Organization: gnuplot development team Lines: 14 Message-ID: References: <61341d2c-0c35-48ab-b31c-9bb971085c4d@f29g2000yqa.googlegroups.com> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Fri, 25 Nov 2011 22:26:45 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="3mhAfh4CeAIeL3OKnPexDA"; logging-data="27511"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/q609UoclaB3UlG4Ksdu/k" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:uT4SBtvkDzJdnp3KucBZseTHOcg= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:706 ervson wrote: >>set yrange [MIN_Y-ABSTAND:MAX_Y+ABSTAND] > > oh sorry of course the set yrange isn't supposed to be there .... > that's how i tried to handle my problem, but i'd rather like it to be > autoscaled I can't be sure, particularly since I haven't seen your data. But you might try "set auto fix" This disables the default action of extending the axis ranges to the nearest axis tick label. I.e. if your y tick marks were set to every 20, then the next lower tick from 15 would be 0, which might be what you are seeing.