X-Received: by 10.237.34.129 with SMTP id p1mr153163qtc.9.1473371345250; Thu, 08 Sep 2016 14:49:05 -0700 (PDT) X-Received: by 10.36.131.69 with SMTP id d66mr571097ite.3.1473371345187; Thu, 08 Sep 2016 14:49:05 -0700 (PDT) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!m9no1852533qte.0!news-out.google.com!b4ni13131iti.0!nntp.google.com!i184no70537itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Thu, 8 Sep 2016 14:49:04 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=208.104.129.141; posting-account=fV4VJgoAAACfosJ88rf3KfCaP7URMbpC NNTP-Posting-Host: 208.104.129.141 References: <6f06402f-3def-454b-a66c-2218f6a8b93d@googlegroups.com> <458077e6-9c18-415f-af98-755467b9c648@googlegroups.com> <70b43aec-d46e-461e-a284-343b21d8a079@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <326804c2-50a4-41a9-9c94-67dfb2114ff0@googlegroups.com> Subject: Re: plot 2d contour with contour labels from nonuniform matrix data file From: xlrotor@gmail.com Injection-Date: Thu, 08 Sep 2016 21:49:05 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 2034 X-Received-Body-CRC: 781116334 Xref: csiph.com comp.graphics.apps.gnuplot:3394 > 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