X-Received: by 2002:a05:620a:2587:b0:6a7:ee6f:bf2a with SMTP id x7-20020a05620a258700b006a7ee6fbf2amr32721888qko.542.1657214498865; Thu, 07 Jul 2022 10:21:38 -0700 (PDT) X-Received: by 2002:aca:3f02:0:b0:337:95a3:4e6b with SMTP id m2-20020aca3f02000000b0033795a34e6bmr3068401oia.254.1657214498596; Thu, 07 Jul 2022 10:21:38 -0700 (PDT) Path: csiph.com!1.us.feeder.erje.net!3.us.feeder.erje.net!feeder.erje.net!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Thu, 7 Jul 2022 10:21:38 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=200.23.10.101; posting-account=NAEO6goAAABVtkSbnFkwkB-AiXBPdbTt NNTP-Posting-Host: 200.23.10.101 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Surface graph values From: Javero Injection-Date: Thu, 07 Jul 2022 17:21:38 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 22 Xref: csiph.com comp.graphics.apps.gnuplot:4484 Dear all. I am striving to get Gnuplot 3D-mesh cell values displayed by placing the pointer over it. Could anybody help? This is my GNUPLOT code set cbrange [0.0:.2] set palette defined (0 'white', 1 'midnight-blue') set pm3d set contour surface set cntrparam levels incremental 0, 50, 1000 set xrange [0:1300] set yrange [0:1500] set zrange [0:1000] set xyplane at 0 set view 9, 88, 2.3 set view equal xy splot '-' using 1:2:3:4 notitle with lines lw .3 lc rgb 'black' I appreciate your comments Javier