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


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

Re: plot 2d contour with contour labels from nonuniform matrix data file

Newsgroups comp.graphics.apps.gnuplot
Date 2016-09-08 14:49 -0700
References (1 earlier) <458077e6-9c18-415f-af98-755467b9c648@googlegroups.com> <db4f0c63-3d99-4c0b-97cc-0a377a109796@googlegroups.com> <70b43aec-d46e-461e-a284-343b21d8a079@googlegroups.com> <c431b133-3cfb-433b-9cd0-b887aedc594d@googlegroups.com> <de8caf21-31d3-4a33-93d5-b2f1a8a007c5@googlegroups.com>
Message-ID <326804c2-50a4-41a9-9c94-67dfb2114ff0@googlegroups.com> (permalink)
Subject Re: plot 2d contour with contour labels from nonuniform matrix data file
From xlrotor@gmail.com

Show all headers | View raw


> I'm curious to see how it turned out... any chance of a pic?

Here are the commands.  I am using Internet Explorer 11 and I don't see any way to attach an image.

set view map scale 1
unset surface 
set contour base
set cntrlabel  format '%8.3g' font ',7' start 10 interval 20
unset hidden3d
set cntrparam levels discrete 0,25 ,50 ,75 ,100 ,200 ,300 ,400 ,500 ,600 ,700 ,800 ,900 
set xlabel "Axial, inches" 
set ylabel "Circumferential, degrees" 
set title "Hydrodynamic Pressure, psi" 
splot 'gridnonuni.dat' nonuniform matrix u 1:2:3  with lines, '' nonuniform matrix u 1:2:3 with labels

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


Thread

plot 2d contour with contour labels from nonuniform matrix data file xlrotor@gmail.com - 2016-09-02 13:25 -0700
  Re: plot 2d contour with contour labels from nonuniform matrix data file Gavin Buxton <gavinbuxton@gmail.com> - 2016-09-03 08:36 -0700
  Re: plot 2d contour with contour labels from nonuniform matrix data file xlrotor@gmail.com - 2016-09-05 21:59 -0700
    Re: plot 2d contour with contour labels from nonuniform matrix data file Gavin Buxton <gavinbuxton@gmail.com> - 2016-09-06 10:02 -0700
      Re: plot 2d contour with contour labels from nonuniform matrix data file xlrotor@gmail.com - 2016-09-07 12:26 -0700
        Re: plot 2d contour with contour labels from nonuniform matrix data file xlrotor@gmail.com - 2016-09-07 21:46 -0700
          Re: plot 2d contour with contour labels from nonuniform matrix data file Gavin Buxton <gavinbuxton@gmail.com> - 2016-09-08 07:02 -0700
            Re: plot 2d contour with contour labels from nonuniform matrix data file xlrotor@gmail.com - 2016-09-08 14:49 -0700

csiph-web