定义缩放函数
使用任意函数和其反函数缩放数据.
显示完整的 Wolfram 语言输入
In[2]:=
Grid[Partition[{
Plot[{Sin[x], Cos[x]}, {x, 0, 10}, ImageSize -> 250,
PlotTheme -> "Web"],
rightArrow,
Plot[{Sin[x], Cos[x]}, {x, 0, 10}, ImageSize -> 250,
PlotTheme -> "Web", ScalingFunctions -> {None, {Tan, ArcTan}}]},
3]]
Out[2]=