Wolfram mathematica 使用Epilog命令将两条水平线添加到mathematica中的对数线性图中

Wolfram mathematica 使用Epilog命令将两条水平线添加到mathematica中的对数线性图中,wolfram-mathematica,Wolfram Mathematica,关于Mathematica中的对数线性图,如何使用Epilog命令添加两条水平线? 多谢各位 LogLinearPlot[Tanh[x], {x, 0.1, 100}, PlotRange -> {{0.1, 100}, {0, 1}}, Epilog -> { Line[{{0, 0.6}, {100, 0.6}}], Line[{{0, 0.4}, {100, 0.4}}]}] 添加的行从x=1开始,因为e^0=1

关于Mathematica中的对数线性图,如何使用Epilog命令添加两条水平线? 多谢各位

LogLinearPlot[Tanh[x], {x, 0.1, 100},
 PlotRange -> {{0.1, 100}, {0, 1}},
 Epilog -> {
   Line[{{0, 0.6}, {100, 0.6}}],
   Line[{{0, 0.4}, {100, 0.4}}]}]

添加的行从x=1开始,因为e^0=1