Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Dieter Britz Newsgroups: comp.graphics.apps.gnuplot Subject: Scaling a curve Date: Wed, 24 Apr 2013 11:58:31 +0000 (UTC) Organization: A noiseless patient Spider Lines: 19 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 24 Apr 2013 11:58:31 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="ac27bc306e2949aa06a7f4657450a20d"; logging-data="13791"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+YsIhT/uhDPqud/zcTx/jNH1eYMQOQE+0=" User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Cancel-Lock: sha1:rkywTJXJttKeq743QJKQh3f9bLo= Xref: csiph.com comp.graphics.apps.gnuplot:1782 My apologies if I have asked this before (but I don't think I have): I want to scale a curve by diving the curve height by pi/2 = 0.6366. I see that I can get a function of an axis by using "using", so why doesn't this work: using 1:($2*0.6366) ? In the manual, I find using 1:(log($2)) which led me to think this should work. Maybe even using 1:($2*2/pi) -- Dieter Britz