スケーリング関数の定義
任意の関数とその逆関数を使ってデータをスケールする.
完全な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]=