【问题标题】:Pointtype command for gnuplot用于 gnuplot 的 Pointtype 命令
【发布时间】:2013-05-20 03:59:59
【问题描述】:

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

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

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

任何帮助将不胜感激。

【问题讨论】:

    标签: types gnuplot point pt


    【解决方案1】:

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

    plot sin(x) with points
    

    输出:

    现在试试:

    plot sin(x) with points pointtype 5
    

    输出:

    您可能还想查看test 命令的输出,它显示了当前终端的功能。以下是我的 pngairo 终端的功能:

    【讨论】:

    • first : 显示终端,然后测试终端 MyTerminal
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-05-11
    相关资源
    最近更新 更多