gpt4 book ai didi

gnuplot - 在 gnuplot 中旋转和证明抽动

转载 作者:行者123 更新时间:2023-12-04 00:47:10 25 4
gpt4 key购买 nike

我想将 xtics 旋转 45 度。换句话说,方向是/ .问题是抽动会出现在图表区域内,我想将它们放在图表之外。看图:

最佳答案

您必须同时调整对齐方式(可以是 rightcenterleft )和 offset ( x,y 相对于默认抽动位置的坐标)xtics .

这是一个示例,它演示了三种不同的可能性。 offset必须手动调整,以使其正确:

set xrange [0.5:3.5]
set bmargin 5
set multiplot layout 1,3

set xtics ('first' 1, 'second' 2, 'third' 3) rotate by 45 right
set title 'right aligned'
plot x

set xtics center offset 0,-1
set title 'centered'
replot

set xtics left offset 0,-2
set title 'left aligned'
replot
unset multiplot

这给出(4.6.4):

enter image description here

关于gnuplot - 在 gnuplot 中旋转和证明抽动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19425683/

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