Wolfram Language

Visualization: Labels, Scales, Exclusions

Define a Scaling Function

Use any function and its inverse to scale data.

show complete Wolfram Language input
In[1]:=
Click for copyable input
rightArrow = Graphics[{GrayLevel[0.7], Polygon[{{0, 0}, {-0.5, 0.5}, {-0.5, 0.25}, {-1, 0.25}, {-1, -0.25}, {-0.5, -0.25}, {-0.5, -0.5}}]}, ImageSize -> 50];
In[2]:=
Click for copyable input
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]=

Related Examples

de es fr ja ko pt-br ru zh