Defina una función de escala
Use cualquier función y su inverso para escalar datos.
muestre la entrada completa de Wolfram Language
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]=
