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


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

Re: Can I use the same gnuplot script file to plot different data files?

Newsgroups comp.graphics.apps.gnuplot
Date 2018-11-23 01:34 -0800
References (4 earlier) <738fc952-1faa-4c4a-a51a-7bda36f485d6@googlegroups.com> <pt47j2$3bf$1@dont-email.me> <2d568b4a-d353-42e8-a3c4-b4eb6b73f8f1@googlegroups.com> <2403805d-ccaa-4116-b167-e332a3713894@googlegroups.com> <pt5vmf$7j7$1@dont-email.me>
Message-ID <7a561c4f-585c-4949-b574-54332db6a07b@googlegroups.com> (permalink)
Subject Re: Can I use the same gnuplot script file to plot different data files?
From srishtinagu19@gmail.com

Show all headers | View raw


Hi,

I am trying to set different labels in the key of my contour plot by gnuplot.
How to get different labels at my defined values int key.
Also I want to increase the line width of the key box... 
Please tell how to do..

I am posting my script below-

""
set terminal pdf
set output "myplot1.pdf"
set term pdfcairo enhanced
set contour
set view map
unset surface
set xlabel '{/Symbol d}_{CP}' 
set ylabel 'sin^{2}{/Symbol Q}_{23}'
set xtics
set border lw 4
set label 1"" at 270,0.62 point pt 7 ps 0.5
set key inside left bottom Left title 'Confidence Levels' noautotitles width 0.50 height 0.75 box 7 
set clabel '3 sigma'
set clabel '2 sigma'
set cntrparam levels discrete 2.3,6.2,11.8
splot [0:360][0:0.9] "test1.dat" with lines
set out
""

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


Thread

Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-20 23:22 -0800
  Re: Can I use the same gnuplot script file to plot different data files? Jörg Buchholz <bookwood4new@freenet.de> - 2018-11-21 11:53 +0100
  Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-21 03:40 -0800
    Re: Can I use the same gnuplot script file to plot different data files? Jörg Buchholz <bookwood4new@freenet.de> - 2018-11-21 14:23 +0100
      Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-21 06:03 -0800
        Re: Can I use the same gnuplot script file to plot different data files? Jörg Buchholz <bookwood4new@freenet.de> - 2018-11-21 19:19 +0100
          Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-21 22:00 -0800
            Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-21 22:12 -0800
              Re: Can I use the same gnuplot script file to plot different data files? Jörg Buchholz <bookwood4new@freenet.de> - 2018-11-22 11:16 +0100
                Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-22 02:28 -0800
                Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-22 02:44 -0800
                Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-23 01:34 -0800
                Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-24 22:47 -0800
                Re: Can I use the same gnuplot script file to plot different data files? srishtinagu19@gmail.com - 2018-11-25 08:52 -0800

csiph-web