gpt4 book ai didi

plot - gnuplot,隐藏默认 xtics,添加 xtics

转载 作者:行者123 更新时间:2023-12-01 00:55:01 27 4
gpt4 key购买 nike

我试图从绘图中删除 xtics(文本标签和小垂直线)并替换为我自己定制的 xtics(标签垂直线)。我可以添加没有头的文本标签和箭头而不是 xtics ( http://gnuplot.sourceforge.net/demo/textrotate.html ),但必须有一个更简单的解决方案。

我试过这个:

unset xtics
set xtics format ""
set xtics scale 0
set xtics add ("someTicLabel1" someFloat1)
set xtics add ("someTicLabel2" someFloat2)

它摆脱了默认的 xtic 标签,但保留了 xtic 垂直线。我该如何摆脱它们?

最佳答案

我读了一个类似问题的解决方案( gnuplot: keep tics, remove labels ),我意识到我的问题的解决方案不是使用 set xtics add,而是 set xtics:

unset xtics
set xtics format " "
set xtics ("someTicLabel1" someFloat1, "someTicLabel2" someFloat2)

问题解决了。谢谢。

关于plot - gnuplot,隐藏默认 xtics,添加 xtics,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17754957/

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