考虑以下 :
daList={{1., 588.956}, {2.15443, 581.347}, {4.64159, 573.648},
{10.,560.676}, {21.5443, 552.881}, {46.4159, 547.851},
{100.,544.908}, {215.443, 543.407}, {464.159, 542.358},
{1000., 541.452}}
ListPlot[daList, PlotStyle -> Directive[Thick, Red]]
我怎样才能使每个点沿x轴等距分布。我猜对数范围?
最佳答案
您可以使用ListLogLinearPlot[daList]
生成