标签: 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
问题是数组中的值不是整数,但在图表上标记为整数。如何在图表上标记双倍值?