X-Received: by 2002:a24:42cb:: with SMTP id i194-v6mr2223921itb.2.1542575377760; Sun, 18 Nov 2018 13:09:37 -0800 (PST) X-Received: by 2002:a9d:ef3:: with SMTP id 106mr106111otj.6.1542575377544; Sun, 18 Nov 2018 13:09:37 -0800 (PST) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g188-v6no2813004itg.0!news-out.google.com!t123-v6ni2007itb.0!nntp.google.com!g188-v6no2812999itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 18 Nov 2018 13:09:37 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a00:c440:60:103d:2da3:80ab:f24b:d215; posting-account=bI-UnAoAAAByGyz1n1pbmC_u9SCuuenF NNTP-Posting-Host: 2a00:c440:60:103d:2da3:80ab:f24b:d215 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <47116a2f-c37b-48d2-9df4-f6e667c37e4a@googlegroups.com> Subject: Different scale and step size for y-axis From: kristciko@gmail.com Injection-Date: Sun, 18 Nov 2018 21:09:37 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 14 Xref: csiph.com comp.graphics.apps.gnuplot:4058 I want to plot the following dat file in a clustered histogram. Since the y-values differ a lot e.g. 68, -0.04, etc. I want to scale the y-axis in a nonlinear way. yrange will be [-1:70]. I want to emphasise values from -1 to 1 in y-axis, which means to have a bigger scale size with a small interval, let's say 0.1. Then, for values from 1 to 70 I want to step using a bigger interval. How can I achieve a y-axis like this? -1------/-0,9------/-0,8---------/-0,7------//--------1----------20----------40----------60--------80 .dat file ------------- # Delta-1 Delta-2 "Preparation" 1.126717 68.852979 "Establishment" -0.0436158 1.5529298 "Transfer" -0.1172298 0.5735358