可以任意指定的,帮助里面有,例如
Plot[2 Sin[x], {x, 0, 10}, Frame -> True, FrameLabel -> {x, y},
FrameTicksStyle -> Directive[Green, Bold], PlotLabel -> 2 Sin[x],
FrameTicks -> {Automatic, {{{0, "零", {0.05, 0}, Red}, {2, "二"}, {4,
"四", {0, 0.05}, Directive[Yellow, Thick]}, {6, "六"}, {8,
"八", {0, -0.05}, Directive[Thick, Black]}, {10, "十"}},
Automatic}}]
效果如下:
