Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #700

autoscale: y axis always scales from "0"

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx01.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!h5g2000yqk.googlegroups.com!not-for-mail
From erwin.krohmer@mytum.de
Newsgroups comp.graphics.apps.gnuplot
Subject autoscale: y axis always scales from "0"
Date Fri, 25 Nov 2011 02:53:52 -0800 (PST)
Organization http://groups.google.com
Lines 28
Message-ID <3bba58d3-96ac-4eaf-96f5-e4250d039ab4@h5g2000yqk.googlegroups.com> (permalink)
NNTP-Posting-Host 129.187.45.9
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
X-Trace posting.google.com 1322218432 30784 127.0.0.1 (25 Nov 2011 10:53:52 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Fri, 25 Nov 2011 10:53:52 +0000 (UTC)
Complaints-To groups-abuse@google.com
Injection-Info h5g2000yqk.googlegroups.com; posting-host=129.187.45.9; posting-account=YaU0ZAoAAAAxx8TuftSfElaT-fQeKttf
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-Header-Order HUALSRCNK
X-HTTP-UserAgent Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0E),gzip(gfe)
Xref x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:700

Show key headers only | View raw


Hi,
I'm trying to set up a plot in gnuplot with autoscale. But always when
i try to plot my data the y axis has its minimum at 0, though there is
no data in the file with a value of 0 or anything like that.
I haven't set any yrange and when i type "show autoscale" gnuplot
tells me that autoscale is OFF for every axis.

I just can't find any mistake, but I also have to say that i'm a
gnuplot newbie.

So here's what I try to plot:

reset
M_N=  0.800
unset key
set size ratio -1
set style line 1 lt -1 lc "black" lw 5
set terminal pdf enhanced font "Helvetica" size 11.6,8.2
set terminal  push
set autoscale
set terminal unknown
plot "DATA.PKT" using 1:2
MIN_Y=GPVAL_DATA_Y_MIN
MAX_Y=GPVAL_DATA_Y_MAX
set terminal pop
set output "EVO.pdf"
plot "DATA.PKT" using 1:2 w filledcurve y1=MIN_Y-0.5*M_N ls 1 fs solid
0.2

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

autoscale: y axis always scales from "0" erwin.krohmer@mytum.de - 2011-11-25 02:53 -0800

csiph-web