关于MMA画图,请问可以把刻度的数字改为文本么?
mathematica吧
全部回复
仅看楼主
level 1
1997kkr 楼主
没有找到相关的选项,除了PS想不到别的办法,不知道大家都怎么解决的?
2019年10月09日 14点10分 1
level 3
ticks了解下
2019年10月11日 08点10分 2
level 3
可以任意指定的,帮助里面有,例如
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}}]
效果如下:
2019年10月22日 17点10分 3
1