GnuPlot - 2D图表不标记双值

时间:2017-10-17 19:07:39

标签: charts gnuplot

我使用GnuPlot:https://github.com/AwokeKnowing/GnuplotCSharp

这是我的代码:

double[] Yt = new double[] { -2.5, 10.5, -0.6, 8.4, 4.7, -2.21, 12.65, 4.58, 6.77, -3.21 }; GnuPlot.Plot(Yt);

这是生成的2D图表: 2D chart

问题是数组中的值不是整数,但在图表上标记为整数。如何在图表上标记双倍值?

0 个答案:

没有答案