gpt4 book ai didi

gnuplot - Gnuplot 中 tic 之间的间距

转载 作者:行者123 更新时间:2023-12-02 10:09:42 26 4
gpt4 key购买 nike

我一直在疯狂地寻找这个问题的答案。如何设置 gnuplot 上抽动之间的距离?目前我的情节中的抽搐被挤得太紧了。我希望它们更加分散。

这是一个例子:

我有一个如下所示的图表:

100 ——
|
|
50 ——
|
|
0 ——

我希望它看起来像这样:

 50 ——
|
|
|
|
|
0 ——

请注意,后示例中实际上少了一次抽动。

最佳答案

抽动之间的距离由set xticsset ytics命令设置。例如,如果我使用命令 plot sin(x)那么xtics之间的间距默认为5。命令

  set xtics  -10,2,10
replot

使xtics以2的间隔出现。在上面的命令中,格式为

  set xtics <start>, <increment>, <end>

有关详细信息,请参阅 gnuplot 内的 help xtics

希望这有帮助!

关于gnuplot - Gnuplot 中 tic 之间的间距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24976412/

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