Wolfram 언어

시각화: 라벨, 스케일, 제외

명명된 ScalingFunctions

명명된 ScalingFunctions을 풀롯에 적용합니다.

전체 Wolfram 언어 입력 표시하기
In[1]:=
Click for copyable input
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]]
Out[1]=

관련 예제

de en es fr ja pt-br ru zh