level 3
Plot[Sin@x, {x, 0, 4},
Ticks -> {{{1, 1}, {2, 2}, {Pi, "零点"}}, Automatic},
GridLines -> {{Pi}, {0, 1/2, 1}}]
或者
Plot[Sin@x, {x, 0, 4}, Axes -> False, Frame -> True,
FrameTicks -> {{{1, 1}, {2, 2}, {Pi, "零点"}}, Automatic},
GridLines -> {{Pi}, {0, 1/2, 1}}]
2025年06月02日 19点06分
