Graph Gnuplot,如何生成三维点图

Graph Gnuplot,如何生成三维点图,graph,graphics,3d,gnuplot,Graph,Graphics,3d,Gnuplot,我正在使用gnuplot,我对它很陌生,我想得到一个带有3d点的图形,我的数据文件是: 2195.375 -1824.636 -8.535 2204.789 -1830.72 -798.447 2215.166 -1837.398 -766.727 2226.448 -1844.699 -735.453 2238.655 -1852.604 -704.629 2251.734 -1861.026 -674.418 2265.695 -1870.098 -644.702 2280.514 -18

我正在使用gnuplot,我对它很陌生,我想得到一个带有3d点的图形,我的数据文件是:

2195.375 -1824.636 -8.535
2204.789 -1830.72 -798.447
2215.166 -1837.398 -766.727
2226.448 -1844.699 -735.453
2238.655 -1852.604 -704.629 
2251.734 -1861.026 -674.418
2265.695 -1870.098 -644.702
2280.514 -1879.692 -615.603
2296.172 -1889.872 -587.158
2312.677 -1900.587 -559.324
2329.904 -1911.829 -532.302
2347.976 -1923.566 -505.93
2366.791 -1935.812 -480.349
2386.336 -1948.566 -455.535
2406.598 -1961.776 -431.624
2427.574 -1975.432 -408.455
2449.22 -1989.468 -386.209
我试过: splot'Escritorio/EtapaRotacion_MEDICIONES.dat'

这就是数据所在的位置,我得到了这个错误:

warning: No usable data in this plot to auto-scale axis range
                                                    ^
All points z value undefined

可以使用以下命令打印点:

splot "Escritorio/EtapaRotacion_MEDICIONES.dat" with dots
您还可以使用所有其他gnuplot命令和选项修改绘图;比如说

splot "Escritorio/EtapaRotacion_MEDICIONES.dat" with dots lc rgb "blue"

用蓝点绘图。

这对我来说很好。您以前可能已经设置了轴范围。打印前尝试运行
reset