Gnuplot:以变量作为坐标的 3D 单点

标签 gnuplot

我使用参数化在 3D 模式下绘制了一些方程,并计算了它们的极值点。 这样我就得到了 xPos、yPos 和 zPos 作为坐标。

除了其他图表之外,如何绘制这一点? (最新的 Gnuplot 4.6.5)

我找到了这个article ,但这仅处理静态类型坐标,并且与 splot + xyz 一起使用时 Gnuplot 会崩溃。

最佳答案

我认为在给定坐标处放置单个点的最简单方法是在该位置放置一个带有点的空标签:

set label at xPos, yPos, zPos "" point pt 7
splot ...

关于Gnuplot:以变量作为坐标的 3D 单点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24807006/

相关文章:

gnuplot - 如何在 gnuplot 中包含希腊字母?

gnuplot 条件绘图 : plot col A:col B if col C == x

c++ - 将 GNUPLOT 与 Visual Studio 结合使用

linux - gnuplot:没有足够的列用于可变颜色

c++ - 将数据从 C++ 传递到 gnuplot 示例(使用 Gnuplot-iostream 接口(interface))

matrix - Gnuplot:制作用矩阵生成的 map 的 gif?

gnuplot - 尝试绘制单个值时的奇怪行为

python - Python 中的子进程模块出现资源暂时不可用错误

linux - gnuplot 加载在 bash 脚本中不起作用

gnuplot - 如何跳过 gnuplot 中的空行