| New Reply |
Gnuplot - 3d points |
Share Thread | Thread Tools |
| Jul20-12, 09:35 PM | #1 |
|
|
Gnuplot - 3d points
Hello all,
I am having an issue with the splot command in gnuplot. The format of the data I am trying to plot is shown below: Code:
3.09411 71.75663 -2.17624 3.09238 67.64099 -1.94456 3.10106 73.70542 -2.85122 3.09494 75.71568 -3.49932 3.09846 75.29150 -1.14593 I am looking to plot these points with the second column as x, the third as y, and the first column as z. This is what I have so far (which gives me an empty plot): Code:
set zrange [3.08:3.11] set yrange [-8:8] set xrange [65:90] splot "xphase.txt" using 2:3:1 |
| Jul22-12, 11:26 AM | #2 |
|
|
Take a look at http://t16web.lanl.gov/Kawano/gnuplot/plot3d2-e.html
and http://riotorto.users.sourceforge.ne...nts/index.html "Maxima" site at http://maxima.sourceforge.net/ Maybe you wanna use "maxima" as a front end to gnuplot. |
| New Reply |
| Thread Tools | |
Similar Threads for: Gnuplot - 3d points
|
||||
| Thread | Forum | Replies | ||
| plot some graphs to use in LaTeX | Math & Science Software | 5 | ||
| Need help plotting data points in GNUplot | Engineering, Comp Sci, & Technology Homework | 0 | ||
| Gnuplot bug? | Math & Science Software | 1 | ||
| gnuplot | Computing & Technology | 10 | ||
| gnuplot | Computing & Technology | 3 | ||