gnuplot - gnuplot 中的自定义 xtics

标签 gnuplot

尝试在 gnuplot 中绘制函数图。如何向其中添加自定义 xtics?根据绘制的函数,x 轴抽动从“0 6 12 18 24”开始。我希望它们是“6 12 18 24 6”。是否可以?

最佳答案

是的:

set xtics ("6" 0, "12" 6, "18" 12, "24" 18, "6" 24)

关于gnuplot - gnuplot 中的自定义 xtics,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36042123/

相关文章:

gnuplot - 如何在gnuplot中的zrange内拟合3D数据

gnuplot - gnuplot 和 postscript 终端中的嵌套循环

gnuplot - gnuplot直方图: How to put values on top of bars

gnuplot - 确定 gnuplot 中的最小值和最大值

gnuplot ,非数字重复 x 值

undefined - gnuplot 直方图中整列为零的问题

gnuplot - 使用 Gnuplot 有条件地绘制点颜色

gnuplot:数据矩阵的2D图

c++ - 稀疏数据的C++/GNUPlot热图?

gnuplot - 如何获取自动生成的 gnuplot tic 之间的距离?