Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: yaxis max of "at least" some value Followup-To: comp.graphics.apps.gnuplot Date: Wed, 16 May 2012 16:26:59 -0700 Organization: gnuplot development team Lines: 16 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Wed, 16 May 2012 23:26:59 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="12994"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19FfbZl7hfwMya7Mds/QkLF" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:Aca+U1MnQR53w1wLtNLS5b/ImU0= Xref: csiph.com comp.graphics.apps.gnuplot:1121 Bryan wrote: > I'm trying to get the Y axis to always show at least 120. If the Y > values are greater than 120, then there is no problem, but if they are > less than 120, I would like the graph to at least always show 120 on > the Y axis. > > I have tried messing around with min/max of autoscale, and writeback, > but neither seem to do what I want. See "help set xrange" You want something like set yrange [ * ; 120 < * ] This option is new to version 4.6, so if you have an older gnuplot it won't help.