Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: plot energy level Date: Thu, 23 Apr 2020 07:13:31 +0200 Organization: A noiseless patient Spider Lines: 25 Message-ID: References: <9530faa4-85a6-463f-ae10-a987ed08db6b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 23 Apr 2020 05:13:29 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="b9e47f439c1fb2329a089551e1debf22"; logging-data="6435"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ZscZZFEWODj9ZCrLJT9+1te9zkbssOVU=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 Cancel-Lock: sha1:i8yvnbLtW6+M/U0MzKRdfitkopo= In-Reply-To: <9530faa4-85a6-463f-ae10-a987ed08db6b@googlegroups.com> Content-Language: en-GB Xref: csiph.com comp.graphics.apps.gnuplot:4328 On 22.04.2020 17:42, alberto wrote: > > plot 'eigenval_TPP_02_on_MSN.txt' using (2):($4) with boxes lc rgb '#FF0000' lw 2 title "visudyne 01" > > > set term wxt enhanced persist > replot > > I would plot > > _____ level1 > > _____ level2 > > _____ level3 > I'm not sure, you want to have something like this? set errorbars small plot 'eigenval_TPP_02_on_MSN.txt' using (2):4:(2) with xerrorbar Jörg