gpt4 book ai didi

gnuplot 在绘图范围外的点之间画线

转载 作者:行者123 更新时间:2023-12-05 05:26:06 24 4
gpt4 key购买 nike

下面在两点之间画了一条线:

$myData<<EOD
10 0
20 10
EOD
plot $myData u 1:2 w l

只要两个点中至少有一个在 x/y 范围内,这就可以正常工作。但是,如果您放大以使两个点都在轴范围之外,则会显示一个空图表:

set yr[0:10]
set xr[12:18]

此行为不同于仍然显示该行的 Excel。知道如何在 gnuplot 中执行此操作,即我需要查看两点之间的连接线,即使这些点本身在绘图范围之外。

最佳答案

使用选项

set clip two

来自文档:

Some lines may have both endpoints out of range, but pass through the graph. Setting the two clip-type allows the visible portion of these lines to be drawn.

关于gnuplot 在绘图范围外的点之间画线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28149602/

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