‹›可視化:ラベル,スケール,除外名前付きのScalingFunctions
名前付きのScalingFunctionsをプロットに適用する.
完全なWolfram言語入力を表示する
Grid[Partition[{
Plot[{2^x, 3^x, 4^x, 5^x}, {x, 0, 2}, ScalingFunctions -> None,
PlotLabel -> "None", ImageSize -> 250],
Plot[{2^x, 3^x, 4^x, 5^x}, {x, 0, 2},
ScalingFunctions -> "Reciprocal", PlotLabel -> "Reciprocal",
PlotRangePadding -> None, ImageSize -> 250],
Plot[{2^x, 3^x, 4^x, 5^x}, {x, 0, 2}, ScalingFunctions -> "Log",
PlotLabel -> "Log", ImageSize -> 250],
Plot[{2^x, 3^x, 4^x, 5^x}, {x, 0, 2},
ScalingFunctions -> "Reverse", PlotLabel -> "Reverse",
ImageSize -> 250]}, 2]]