Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4484
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2022-07-07 10:21 -0700 |
| Message-ID | <f527883c-1dc7-40a7-9bf7-5f69b8fa12fcn@googlegroups.com> (permalink) |
| Subject | Surface graph values |
| From | Javero <javiereugeniovb@gmail.com> |
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
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar
Surface graph values Javero <javiereugeniovb@gmail.com> - 2022-07-07 10:21 -0700
csiph-web