X-Received: by 2002:ac8:2d0f:: with SMTP id n15mr31255499qta.305.1569938712443; Tue, 01 Oct 2019 07:05:12 -0700 (PDT) X-Received: by 2002:aca:b286:: with SMTP id b128mr3892110oif.100.1569938712173; Tue, 01 Oct 2019 07:05:12 -0700 (PDT) Path: csiph.com!4.us.feeder.erje.net!feeder.erje.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!o24no6776267qtl.0!news-out.google.com!x7ni449qtf.0!nntp.google.com!o24no6776254qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Tue, 1 Oct 2019 07:05:12 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.206.57.253; posting-account=-eF7WAoAAACt5PDSlI-9XEDar7KgU_BQ NNTP-Posting-Host: 193.206.57.253 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: double y plot From: alberto Injection-Date: Tue, 01 Oct 2019 14:05:12 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 24 Xref: csiph.com comp.graphics.apps.gnuplot:4235 Hi, I would plot graph with same x axis and different y axis for an y axis I use plot [-1:1.5][:] 'trace_300_gnu.txt' using (($1*13.60)-4.64665):(abs($6)), with lines lc rgb 'black' lw 2 lt 1 title "OO" instead for ather y is plot [-1:1.5][:] 'trace_300_gnu.txt' using (($1*13.60)-4.64665):(abs($4)), with lines lc rgb 'red' lw 2 lt 1 title "OO" my trace file is # Ef[Ry] T [K] N DOS(Ef) S s/t R_H kappa0 c chi -0.10884 300.0000 -120.00000000 0.29203720E-09 -0.27291745E-02 0.18886614E+06 0.99875025E+04 0.41056803E+03 0.22423452E-08 0.43598651E-20 -0.10874 300.0000 -120.00000000 0.30781873E-09 -0.27246426E-02 0.19907287E+06 0.94747283E+04 0.43130045E+03 0.23555532E-08 0.45954698E-20 -0.10864 300.0000 -120.00000000 0.32445307E-09 -0.27201105E-02 0.20983118E+06 0.89883301E+04 0.45307715E+03 0.24744625E-08 0.48438063E-20 -0.10854 300.0000 -120.00000000 0.34198632E-09 -0.27155783E-02 0.22117088E+06 0.85269455E+04 0.47595061E+03 0.25993595E-08 0.51055627E-20 -0.10844 300.0000 -120.00000000 0.36046704E-09 -0.27110460E-02 0.23312337E+06 0.80892875E+04 0.49997592E+03 0.27305447E-08 0.53814641E-20 -0.10834 300.0000 -120.00000000 0.37994645E-09 -0.27065136E-02 0.24572178E+06 0.76741263E+04 0.52521090E+03 0.28683341E-08 0.56722749E-20 -0.10824 300.0000 -120.00000000 0.40047850E-09 -0.27019811E-02 0.25900101E+06 0.72802982E+04 0.55171632E+03 0.30130590E-08 0.59788008E-20 regards Alberto