gpt4 book ai didi

types - gnuplot的Pointtype命令

转载 作者:行者123 更新时间:2023-12-03 12:03:54 25 4
gpt4 key购买 nike

我在gnuplot上使用pointtype命令遇到麻烦。我尝试了几种方法,例如:

set pt 5
set pointtype 5
plot " " w pt 5
plot " " w pointtype 5

由于某种原因,似乎没有任何效果。我尝试使用“帮助”功能,显然我的gnuplot版本没有“pt”或“pointtype”作为选项。这可能是其他功能吗?我知道这些点在那里,当我绘制多组数据时,点类型会自动更改,但是我对选择点类型没有任何个人控制权。

任何帮助将不胜感激。

最佳答案

您首先必须告诉Gnuplot使用使用点的样式,例如with pointswith linespoints。尝试例如:

plot sin(x) with points

输出:

现在尝试:
plot sin(x) with points pointtype 5

输出:

您可能还需要查看 test命令的输出,该命令向您显示了当前终端的功能。这是我的pngairo终端的功能:

关于types - gnuplot的Pointtype命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16736861/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com